From 33300d723d950ebc4ea15e0fa2731e7c929b756a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 25 May 2018 14:25:44 -0400 Subject: [PATCH] LP#1772417: (follow-up) improve I18N of the bucket title string Signed-off-by: Galen Charlton --- .../src/templates/staff/circ/patron/bucket/t_bucket_info.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}}') %] -- 2.43.2