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=33300d723d950ebc4ea15e0fa2731e7c929b756a;p=evergreen%2Fequinox.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()}}') %]