Skip to content

Commit 6855d2b

Browse files
committed
fix: spacing on debug modal description
1 parent adc9842 commit 6855d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/debug-modal/sections/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const messages = defineMessages({
8181
id: 'gui.debugModal.addSoundCheckpoints.description1',
8282
defaultMessage:
8383
// eslint-disable-next-line max-len
84-
'Similar to the Slow It Down strategy, you can add different sounds with the “play until done” block at key points to test your sequence.',
84+
'Similar to the Slow It Down strategy, you can add different sounds with the “play until done” block at key points to test your sequence.',
8585
description: 'description for the "add sound checkpoints" section of the debug modal'
8686
},
8787
addSoundCheckpointsDescription2: {

0 commit comments

Comments
 (0)