From 69f009715b34a4e9b2f27104fe23c9500c457c82 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 20 Mar 2017 11:10:44 -0300 Subject: [PATCH] Bug 17560: Improve wordings Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy Amended as per comment33 of Alex Sassmannshausen. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 2 files changed, 3 insertions(+), 3 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 8ac078d..0f2f4eb 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -122,9 +122,9 @@ [% IF (RESERVE_CHARGE) %]
[% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %] - There is a charge of [% RESERVE_CHARGE %] for collecting this hold + You will be charged a hold fee of [% RESERVE_CHARGE %] when you collect this item [% ELSE %] - There is a charge of [% RESERVE_CHARGE %] for placing this hold + You will be charged a hold fee of [% RESERVE_CHARGE %] for placing this hold [% END %]
[% END %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index ad5bb8f..f3d7eb5 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -168,7 +168,7 @@
You are logged in as [% borrowername %].
[% INCLUDE 'opac-note.inc' %] [% IF patron_has_hold_fee %] -
You have been charged for collecting this item.
+
A hold fee was charged to your account for collecting this item.
[% END %] [% END %] -- 2.1.4