From 3a925485b5832e5284c7c30f42f299f5198408b5 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Sun, 28 Oct 2018 08:16:06 +0900 Subject: [PATCH] Close quotation --- src/components/crash-message/crash-message.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/crash-message/crash-message.jsx b/src/components/crash-message/crash-message.jsx index 764c8e216..3cc9082d2 100644 --- a/src/components/crash-message/crash-message.jsx +++ b/src/components/crash-message/crash-message.jsx @@ -22,9 +22,9 @@ const CrashMessage = props => ( </h2> <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 - again." + 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" + + "again."} description="Message to inform the user that page has crashed." id="gui.crashMessage.description" /> -- GitLab