From a9eb0c658a426a602afc3168e515412cfc7390f2 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Thu, 8 Sep 2011 14:30:32 -0400 Subject: [PATCH] Follow up to Bug 6857: Change language from 'reserve' to 'hold' Reserves are called holds all throughout the OPAC so this follow up updates the language in this patch to match the standard. Also adds an id tag to the message for altering with JQuery. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt index 12c51909f4..5c38ed4712 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -221,8 +221,8 @@ [% END %] [% END %] [% IF (RESERVE_CHARGE) %] -
- There is a charge of [% RESERVE_CHARGE %] for placing this reserve +
+ There is a charge of [% RESERVE_CHARGE %] for placing this hold
[% END %] -- 2.39.5