From e3452e3ea170c59dd3f222c38c71b9dac1316354 Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Thu, 13 Oct 2016 15:51:17 -0400 Subject: [PATCH 1/4] Add space in curator row --- src/views/splash/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/l10n.json b/src/views/splash/l10n.json index f63a65bb8..d5996514b 100644 --- a/src/views/splash/l10n.json +++ b/src/views/splash/l10n.json @@ -1,7 +1,7 @@ { "splash.featuredProjects": "Featured Projects", "splash.featuredStudios": "Featured Studios", - "splash.projectsCuratedBy": "Projects Curated by", + "splash.projectsCuratedBy": "Projects Curated by ", "splash.scratchDesignStudioTitle": "Scratch Design Studio", "splash.visitTheStudio": "Visit the studio", "splash.recentlySharedProjects": "Recently Shared Projects", From d6680f129fe01f7a8fb477e2337f38a90de3b31b Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Thu, 13 Oct 2016 17:25:44 -0400 Subject: [PATCH 2/4] Update l10n.json --- src/views/splash/l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/l10n.json b/src/views/splash/l10n.json index d5996514b..f63a65bb8 100644 --- a/src/views/splash/l10n.json +++ b/src/views/splash/l10n.json @@ -1,7 +1,7 @@ { "splash.featuredProjects": "Featured Projects", "splash.featuredStudios": "Featured Studios", - "splash.projectsCuratedBy": "Projects Curated by ", + "splash.projectsCuratedBy": "Projects Curated by", "splash.scratchDesignStudioTitle": "Scratch Design Studio", "splash.visitTheStudio": "Visit the studio", "splash.recentlySharedProjects": "Recently Shared Projects", From 5775cedc7a6ec61138a13b69c5e224ce4dbc9876 Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Thu, 13 Oct 2016 17:26:46 -0400 Subject: [PATCH 3/4] add space --- src/views/splash/splash.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/splash.jsx b/src/views/splash/splash.jsx index 9b80e0a72..dabb76153 100644 --- a/src/views/splash/splash.jsx +++ b/src/views/splash/splash.jsx @@ -215,7 +215,7 @@ var Splash = injectIntl(React.createClass({ From bb20fa3375da29d34d624cc0077c891995eb5adb Mon Sep 17 00:00:00 2001 From: St19_Galla Date: Thu, 13 Oct 2016 17:31:57 -0400 Subject: [PATCH 4/4] single quotes whoops! --- src/views/splash/splash.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/splash/splash.jsx b/src/views/splash/splash.jsx index dabb76153..4849312ab 100644 --- a/src/views/splash/splash.jsx +++ b/src/views/splash/splash.jsx @@ -215,7 +215,7 @@ var Splash = injectIntl(React.createClass({