Bug 17560: Improve wordings
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Mar 2017 14:10:44 +0000 (11:10 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 12:06:05 +0000 (12:06 +0000)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Amended as per comment33 of Alex Sassmannshausen.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt

index 8ac078d..0f2f4eb 100644 (file)
                         [% IF (RESERVE_CHARGE) %]
                             <div class="alert" id="reserve_fee">
                                 [% 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 %]
                             </div>
                         [% END %]
index ad5bb8f..f3d7eb5 100644 (file)
                                 <div class="alert alert-info">You are logged in as [% borrowername %].</div>
                                 [% INCLUDE 'opac-note.inc' %]
                                 [% IF patron_has_hold_fee %]
-                                    <div class="alert">You have been charged for collecting this item.</div>
+                                    <div class="alert">A hold fee was charged to your account for collecting this item.</div>
                                 [% END %]
                             [% END %]