From 6c5542cd24474fc1e7536febe80aa3397eaffa21 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 13 Dec 2014 18:55:31 -0800 Subject: [PATCH] Change default welcome from mktg text to Open edX text --- lms/templates/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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