From bb4eb90a1e0cf8d9e856749fc51da8ce7cca0e93 Mon Sep 17 00:00:00 2001
From: uzairr <uzairr@yahoo.com>
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 14d92fd0dae..1fa1c0ad3d6 100755
--- a/themes/edx.org/lms/templates/footer.html
+++ b/themes/edx.org/lms/templates/footer.html
@@ -75,7 +75,7 @@
                  <div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12 column-2-1 third-div-border column-styles">
                       <div class="row full-height">
                         <div class="col-lg-12 col-md-12 col-sm-10 full-height column-2-2 column-styles">
-                              <h2 class="heading">Connect</h2>
+                              <h2 class="heading">${_(u"Connect")}</h2>
                               <ul class="list-unstyled clear-margins  ">
                                 % for link in footer["connect_links"]:
                                 <li>
-- 
GitLab