LP#1977554: (follow-up) tag new strings for translations
[evergreen-equinox.git] / Open-ILS / src / templates-bootstrap / opac / parts / base.tt2
index b1edba6..a2ad6b1 100755 (executable)
                         input.type = 'text';
                         icon.setAttribute('class', 'fas fa-eye');
                         btn.setAttribute('aria-checked', 'true');
-                        input.setAttribute('aria-description', 'Your password is visible!');
+                        input.setAttribute('aria-description', "[% l('Your password is visible!') %]");
                     }else {
                         input.type = 'password';
                         icon.setAttribute('class', 'fas fa-eye-slash');
                         btn.setAttribute('aria-checked', 'false');
-                        input.setAttribute('aria-description', 'Your password is not visible.');
+                        input.setAttribute('aria-description', "[% l('Your password is not visible.') %]");
                     }
                     input.focus();
                 });