From dc2631cb5a4fb5382a1561d036efce87d372d21f Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 19 Jul 2013 16:15:23 -0400 Subject: [PATCH] Studio: adds a space back to the phrase 'Welcome to edX Studio' that went missing --- cms/templates/howitworks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/templates/howitworks.html b/cms/templates/howitworks.html index 8de260a69b..99bc0acb21 100644 --- a/cms/templates/howitworks.html +++ b/cms/templates/howitworks.html @@ -11,7 +11,7 @@
## "edX Studio" should not be translated -

${_('Welcome to')}

+

${_('Welcome to ')}

${_("Studio helps manage your courses online, so you can focus on teaching them")}