aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/batch_manager_unit.tpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin/themes/default/template/batch_manager_unit.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl
index 376879b49..edea405d3 100644
--- a/admin/themes/default/template/batch_manager_unit.tpl
+++ b/admin/themes/default/template/batch_manager_unit.tpl
@@ -16,7 +16,9 @@ var tagsCache = new TagsCache({
rootUrl: '{$ROOT_URL}'
});
-tagsCache.selectize(jQuery('[data-selectize=tags]'));
+tagsCache.selectize(jQuery('[data-selectize=tags]'), { lang: {
+ 'Add': '{'Create'|translate}'
+}});
{* <!-- DATEPICKER --> *}
jQuery(function(){ {* <!-- onLoad needed to wait localization loads --> *}