From: Galen Charlton Date: Fri, 25 May 2018 18:25:44 +0000 (-0400) Subject: LP#1772417: (follow-up) improve I18N of the bucket title string X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3d1b661e1bdee902786db09e796f59be7e6b49d8;p=working%2FEvergreen.git LP#1772417: (follow-up) improve I18N of the bucket title string Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 index 157ad70fb1..6245f95adb 100644 --- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 @@ -1,6 +1,6 @@
- [% l('Bucket #{{bucket().id()}}: {{bucket().name()}}') %] + [% l('Bucket #[_1]: [_2]', '{{bucket().id()}}', '{{bucket().name()}}') %]