diff --git a/lms/templates/index.html b/lms/templates/index.html index f5a5a12586..851caac2df 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -27,10 +27,13 @@ % else: % if self.stanford_theme_enabled():

${_("Free courses from {university_name}").format(university_name="Stanford")}

+

${_("For anyone, anywhere, anytime")}

% else: -

${_("The Future of Online Education")}

+ ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information. +

${_("Welcome to Open edX!")}

+ ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information. +

${_("It works! This is the default homepage for this Open edX instance.")}

% endif -

${_("For anyone, anywhere, anytime")}

% endif