LP1919497: Make the login box translateable
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 26 May 2021 03:24:12 +0000 (20:24 -0700)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 12 Aug 2021 20:30:34 +0000 (16:30 -0400)
Thanks to Eva Cerninakova for reporting and identifying the solution!

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2

index 0a4daa2..be2e1be 100755 (executable)
@@ -3,7 +3,7 @@
     <div class="modal-content">
      <form method='post' action="/eg/opac/login?redirect_to=%2Feg%2Fopac%2Fmyopac%2Fmain">
       <div class="modal-header">
-        <h1 class="modal-title" id="exampleModalLabel">Login To Evergreen</h1>
+        <h1 class="modal-title" id="exampleModalLabel">[% l('Login To Evergreen') %]</h1>
         <button type="button" class="close" data-dismiss="modal" aria-label="Close">
           <i class="fas fa-times" aria-hidden="true"></i>
         </button>
@@ -88,4 +88,4 @@
       </form>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>