From a2aa3053a8993b9439d4bd67e05d652962ec0b46 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 8 May 2024 15:24:59 +0000 Subject: [PATCH] Bug 31097: (follow-up) Rename link from 'account' to 'charges' The tab has been renamed at some point and I think the link should be adapted to be clear where it leads to. Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 8666fa2f12..be9b728c22 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -79,7 +79,7 @@ End date: [% debarred_date | $KohaDates %] [% END %] -
Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library. Go to your account page +
Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library. Go to your charges page [% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt index 2de0d2aeaf..d9c63bebd9 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -191,7 +191,7 @@ [% END %] -

Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library. Go to your account page

+

Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library. Go to your charges page

[% END %] [% END %] -- 2.39.5