diff --git a/src/components/crash-message/crash-message.jsx b/src/components/crash-message/crash-message.jsx
index 1dbce7766aa8c51c4c4c94d27d3fc13b1343752a..542dd0738ace12d2519754b12057727ebd274702 100644
--- a/src/components/crash-message/crash-message.jsx
+++ b/src/components/crash-message/crash-message.jsx
@@ -23,7 +23,7 @@ const CrashMessage = props => (
             <p>
                 <FormattedMessage
                     defaultMessage={'We are so sorry, but it looks like Scratch has crashed. This bug has been' +
-                        'automatically reported to the Scratch Team. Please refresh your page to try' +
+                        ' automatically reported to the Scratch Team. Please refresh your page to try' +
                         'again.'}
                     description="Message to inform the user that page has crashed."
                     id="gui.crashMessage.description"