[GIT] Evergreen ILS branch main updated. f5cf06306f0ea3c567439bac002fbf35c56c1ea2

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 f5cf06306f0ea3c567439bac002fbf35c56c1ea2 (commit) from b3a4a27a43e1551c1856a58a0d5cdf72f07bb61b (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 f5cf06306f0ea3c567439bac002fbf35c56c1ea2 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
participants (1)
-
Git User