diff --git a/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg b/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg
index 4b6f65bfe0d..e41d158fc65 100644
--- a/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg
+++ b/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg
@@ -1,14 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--ask-for-help.svg b/src/components/debug-modal/icons/icon--ask-for-help.svg
index 1f59b547318..387a2626f6b 100644
--- a/src/components/debug-modal/icons/icon--ask-for-help.svg
+++ b/src/components/debug-modal/icons/icon--ask-for-help.svg
@@ -1,82 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--break-it-down.svg b/src/components/debug-modal/icons/icon--break-it-down.svg
index 7d1d104223a..efea9030c0c 100644
--- a/src/components/debug-modal/icons/icon--break-it-down.svg
+++ b/src/components/debug-modal/icons/icon--break-it-down.svg
@@ -1,44 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--check-the-values.svg b/src/components/debug-modal/icons/icon--check-the-values.svg
index 9918a57b896..8bdee0378cb 100644
--- a/src/components/debug-modal/icons/icon--check-the-values.svg
+++ b/src/components/debug-modal/icons/icon--check-the-values.svg
@@ -1,20 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--comment-your-code.svg b/src/components/debug-modal/icons/icon--comment-your-code.svg
index 6f2acd9bd9c..0ea4c2a2b0b 100644
--- a/src/components/debug-modal/icons/icon--comment-your-code.svg
+++ b/src/components/debug-modal/icons/icon--comment-your-code.svg
@@ -1,16 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--read-aloud.svg b/src/components/debug-modal/icons/icon--read-aloud.svg
index e6a98660701..cb8e7cdc1c1 100644
--- a/src/components/debug-modal/icons/icon--read-aloud.svg
+++ b/src/components/debug-modal/icons/icon--read-aloud.svg
@@ -1,18 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--slow-it-down.svg b/src/components/debug-modal/icons/icon--slow-it-down.svg
index e5c04a9af6b..544d6ac6b11 100644
--- a/src/components/debug-modal/icons/icon--slow-it-down.svg
+++ b/src/components/debug-modal/icons/icon--slow-it-down.svg
@@ -1,32 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--take-a-break.svg b/src/components/debug-modal/icons/icon--take-a-break.svg
index 37b973b88ff..eab8df3c0d9 100644
--- a/src/components/debug-modal/icons/icon--take-a-break.svg
+++ b/src/components/debug-modal/icons/icon--take-a-break.svg
@@ -1,100 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--think-about-block-options.svg b/src/components/debug-modal/icons/icon--think-about-block-options.svg
index 1896cdddd88..31f797cfc72 100644
--- a/src/components/debug-modal/icons/icon--think-about-block-options.svg
+++ b/src/components/debug-modal/icons/icon--think-about-block-options.svg
@@ -1,28 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--timing-and-parallelism.svg b/src/components/debug-modal/icons/icon--timing-and-parallelism.svg
index fbbf09c3381..8fa5ba7f3d1 100644
--- a/src/components/debug-modal/icons/icon--timing-and-parallelism.svg
+++ b/src/components/debug-modal/icons/icon--timing-and-parallelism.svg
@@ -1,69 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/icons/icon--tinker-with-block-order.svg b/src/components/debug-modal/icons/icon--tinker-with-block-order.svg
index 406ab56427d..6581967096c 100644
--- a/src/components/debug-modal/icons/icon--tinker-with-block-order.svg
+++ b/src/components/debug-modal/icons/icon--tinker-with-block-order.svg
@@ -1,29 +1 @@
-
+
\ No newline at end of file
diff --git a/src/components/debug-modal/sections/messages.ts b/src/components/debug-modal/sections/messages.ts
index 72c2acdc0e9..e2f0e7c8962 100644
--- a/src/components/debug-modal/sections/messages.ts
+++ b/src/components/debug-modal/sections/messages.ts
@@ -81,7 +81,7 @@ export const messages = defineMessages({
id: 'gui.debugModal.addSoundCheckpoints.description1',
defaultMessage:
// eslint-disable-next-line max-len
- '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.',
+ '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.',
description: 'description for the "add sound checkpoints" section of the debug modal'
},
addSoundCheckpointsDescription2: {