
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_15 has been updated via 4db7d7e74000a86bf21deef5e81098ade403bb32 (commit) from e47fa1358ec543a7de3cf11515a1b4504a76de56 (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 4db7d7e74000a86bf21deef5e81098ade403bb32 Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Fri Apr 11 20:54:37 2025 +0000 LP2090940 Typo fix: Back to My Acccount Fixes an extra 'c' in the Bootstrap OPAC credit card payment confirmation screen. Release-note: Fixes a typo in the Bootstrap OPAC credit card payment confirmation screen. Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Jane Sandberg <sandbergja@gmail.com> diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 index 4542f27be8..808bc2f9f9 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 @@ -60,7 +60,7 @@ ) | html %] </div> [% END %] - <p><a href="[% ctx.opac_root %]/myopac/main" class="btn btn-confirm"><i class="fas fa-house-user"></i> [% l("Back to My Acccount") %]</a></p> + <p><a href="[% ctx.opac_root %]/myopac/main" class="btn btn-confirm"><i class="fas fa-house-user"></i> [% l("Back to My Account") %]</a></p> [% END %] </div> [% END %] ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS