From bb4eb90a1e0cf8d9e856749fc51da8ce7cca0e93 Mon Sep 17 00:00:00 2001 From: uzairr Date: Tue, 12 Feb 2019 17:18:59 +0500 Subject: [PATCH] Translate connect header to spanish Support team suggests translation of one of the footer title to spanish.In this PR, hooks are added around that title so that it can be translated. --- themes/edx.org/lms/templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index 14d92fd0da..1fa1c0ad3d 100755 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -75,7 +75,7 @@
-

Connect

+

${_(u"Connect")}

    % for link in footer["connect_links"]: