From: Kathy Lussier Date: Thu, 19 May 2016 17:27:11 +0000 (-0400) Subject: LP#1424656: Fix grammatical error in My Account holds screen X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=73e301661f4e99710bf5e3bf9a48db7623721fd8;p=evergreen%2Fmasslnc.git 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 --- 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 %]