From 9b758379d837fc8a4bc209a34ac12726aa3e6d0c Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 23 Sep 2015 16:19:42 -0400 Subject: [PATCH] i18n course browse copy --- lms/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 956ede01d9..139229b91e 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -151,7 +151,7 @@ import json % if settings.FEATURES.get('IS_EDX_DOMAIN') and settings.FEATURES.get('COURSES_ARE_BROWSABLE'):
-

Check out our recently launched courses and what's new in your favorite subjects

+

${_("Check out our recently launched courses and what's new in your favorite subjects")}

${_("Find New Courses")}

% endif