From 73e301661f4e99710bf5e3bf9a48db7623721fd8 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 19 May 2016 13:27:11 -0400 Subject: [PATCH] LP#1424656: Fix grammatical error in My Account holds screen Changes the holds queue position string from 'x hold on y copies' to 'Hold #x on y copies', which is gramatically correct. Signed-off-by: Kathy Lussier Signed-off-by: Mike Rylander --- 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..d6e838f16b 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('Hold #[_1] on [quant,_2, copy, copies]', hold.hold.queue_position, hold.hold.potential_copies) | html %]
[% END %] -- 2.11.0