LP#1772417: (follow-up) improve I18N of the bucket title string
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 25 May 2018 18:25:44 +0000 (14:25 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 25 May 2018 18:30:15 +0000 (14:30 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2

index 157ad70..6245f95 100644 (file)
@@ -1,6 +1,6 @@
 
 <div ng-show="bucket()">
-  <strong>[% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %]</strong> 
+  <strong>[% l('Bucket #[_1]: [_2]', '{{bucket().id()}}', '{{bucket().name()}}') %]</strong>
   <span>
     <ng-pluralize count="bucketSvc.currentBucket.items().length"
       when="{'one': '[% l("1 item") %]', 'other': '[% l("{} items") %]'}">