Make the submit button on the add tag rule dialog translatable

This commit is contained in:
luisramos0
2019-05-30 20:22:02 +01:00
parent 187fbd788b
commit 6620243603
2 changed files with 2 additions and 1 deletions

View File

@@ -7,4 +7,4 @@
%input.ofn-select2.fullwidth{ :id => 'rule_type_selector', ng: { model: "ruleType" }, data: "ruleTypes", 'min-search' => "5" }
.text-center
%input.button.red.icon-plus{ type: 'button', value: "Add Rule", ng: { click: 'addRule(tagGroup, ruleType)' } }
%input.button.red.icon-plus{ type: 'button', value: "{{ 'js.admin.new_tag_rule_dialog.add_rule' | t }}", ng: { click: 'addRule(tagGroup, ruleType)' } }

View File

@@ -2486,6 +2486,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using
resolve: Resolve
new_tag_rule_dialog:
select_rule_type: "Select a rule type:"
add_rule: "Add Rule"
enterprise_fees:
inherit_from_product: "Inherit From Product"
orders: