From 3d1b661e1bdee902786db09e796f59be7e6b49d8 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 --- Open-ILS/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.11.0