[GIT] Evergreen ILS branch main updated. 3919b32b613bbf875fd2d3a4c0805dc250853455

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 3919b32b613bbf875fd2d3a4c0805dc250853455 (commit) from 953b4b9597580efaa19b2ee16ef996e134556404 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3919b32b613bbf875fd2d3a4c0805dc250853455 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Fri Jun 13 19:12:44 2025 +0000 LP2114929 Change login form "Stay logged in?" label Changes the OPAC login form's cookie checkbox label from "Stay logged in?" to "Remember language setting (en_us)" (or other locale code) to convey that this setting has to do with the locale preference, not the session timeout limit. Release-note: Changes "Stay logged in?" to "Remember language setting" in the OPAC login form Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Tara Kunessh <tkunesh@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 index ca8c40d8fd..cae83a3966 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 @@ -68,7 +68,7 @@ <div class="mr-auto form-check"> <input type='hidden' name='redirect_to' value='[% redirect | html %]'/> <input type="checkbox" name="persist" id="persist" class="form-check-input"/> - <label for="persist" class="form-check-label"> [% l('Stay logged in?') %]</label> + <label for="persist" class="form-check-label"> [% l('Remember language setting ([_1])', ctx.locale) %]</label> </div> <button type="button" class="btn btn-secondary" data-dismiss="modal"><i class="fas fa-times" aria-hidden="true"></i> [% l('Close') %]</button> <button type="submit" class="btn btn-confirm"><i class="fas fa-sign-in-alt" aria-hidden="true"></i> [% l('Log in') %]</button> ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User