
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 a4318ea4448e33f72325122881356a3621ad94d6 (commit) from aea75ebe8dbf42caa46397b1a357bac18ce2f578 (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 a4318ea4448e33f72325122881356a3621ad94d6 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 7a1e3f637b..3151e941f8 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main_pay.tt2 @@ -56,7 +56,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