
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, rel_3_14 has been updated via ae98afac9619d7631f0c30cfd08b8929f1ebb4b1 (commit) from 4818dab726946d0b01efb7bc617683c513870ebb (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 ae98afac9619d7631f0c30cfd08b8929f1ebb4b1 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 Kunesh <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