diff options
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 971fb90fb..1d1a40943 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -74,7 +74,9 @@ jQuery(document).ready(function() {ldelim} rootUrl: '{$ROOT_URL}' }); - tagsCache.selectize(jQuery('[data-selectize=tags]')); + tagsCache.selectize(jQuery('[data-selectize=tags]'), { lang: { + 'Add': '{'Create'|translate}' + }}); {* <!-- CATEGORIES --> *} var categoriesCache = new CategoriesCache({ |