LP#1424656: Fix grammatical error in My Account holds screen
authorKathy Lussier <klussier@masslnc.org>
Thu, 19 May 2016 17:27:11 +0000 (13:27 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 9 Aug 2016 16:59:05 +0000 (12:59 -0400)
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 <klussier@masslnc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/parts/hold_status.tt2

index 2e17e87..d6e838f 100644 (file)
@@ -23,7 +23,7 @@
     %]
     </div>
     <div>
-        [% 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 %]
     </div>
 [% END %]