1799 - adding missing translations in new shipping methods page

This commit is contained in:
yasirazgar
2017-10-21 23:50:53 +05:30
committed by Rob Harrington
parent fd09a63e48
commit b68aafdb72
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
%tags-input{ template: 'admin/tag.html',
"placeholder" => t('admin.order_cycles.form.add_a_tag'),
ng: { model: 'object[tagsAttr]', class: "{'limit-reached': limitReached}"},
on: { tag: { added: 'tagAdded()', removed:'tagRemoved()' } } }
%auto-complete{ ng: { if: "findTags" }, source: "findTags({query: $query})",