From 9b277b0ee965b312732a06db4a989b0f0f66104b Mon Sep 17 00:00:00 2001 From: David Litvak Bruno Date: Wed, 15 Nov 2017 09:43:50 +0100 Subject: [PATCH] chore(typo): fix error message (#67) --- i18n/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locales/en-US.json b/i18n/locales/en-US.json index 16139d3..a1ffe5a 100644 --- a/i18n/locales/en-US.json +++ b/i18n/locales/en-US.json @@ -45,7 +45,7 @@ "startCourseLabel": "Start course", "categoriesLabel": "Categories", "allCoursesLabel": "All courses", - "somethingWentWrongLabel": "Oops Something went wrong", + "somethingWentWrongLabel": "Oops, something went wrong", "tryLabel": "Try", "contentModelChangedErrorLabel": "Check if the content model has changed", "draftOrPublishedErrorLabel": "Check the selection has content in draft or published state (for Preview or Delivery)",