Translation.

This commit is contained in:
James Cole 2016-01-15 06:35:53 +01:00
parent 5958990ed5
commit af1c6b22bb
2 changed files with 3 additions and 2 deletions

View File

@ -64,6 +64,7 @@ return [
'rule_help_stop_processing' => 'When you check this box, later rules in this group will not be executed.',
'stored_new_rule' => 'Stored new rule with title ":title"',
'deleted_rule' => 'Deleted rule with title ":title"',
'store_new_rule' => 'Store new rule',
'trigger' => 'Trigger',
'trigger_value' => 'Trigger on value',

View File

@ -107,10 +107,10 @@
<h3 class="box-title">{{ 'options'|_ }}</h3>
</div>
<div class="box-body">
{{ ExpandedForm.optionsList('create','rule-group') }}
{{ ExpandedForm.optionsList('create','rule') }}
</div>
<div class="box-footer">
<button type="submit" class="btn pull-right btn-success">{{ 'store_new_rule_group'|_ }}</button>
<button type="submit" class="btn pull-right btn-success">{{ 'store_new_rule'|_ }}</button>
</div>
</div>