From 72cfb1774423563df3cd97736dcdca82ad76222a Mon Sep 17 00:00:00 2001 From: Jim Keenan Date: Mon, 23 Feb 2015 13:11:16 -0500 Subject: [PATCH] LP1424656: OPAC grammatical error in patron hold status display Added code to account for plural of hold - holds Signed-off-by: Jim Keenan ,# --- Open-ILS/src/templates/opac/parts/hold_status.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/hold_status.tt2 b/Open-ILS/src/templates/opac/parts/hold_status.tt2 index 2e17e874f0..189218497f 100644 --- a/Open-ILS/src/templates/opac/parts/hold_status.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_status.tt2 @@ -23,7 +23,7 @@ %]
- [% l('[_1] hold on [quant,_2, copy, copies]', + [% l('[quant,_1,hold,holds] on [quant,_2,circulating copy,circulating copies]', hold.hold.queue_position, hold.hold.potential_copies) | html %]
[% END %] -- 2.11.0