FIX: s/save/finish for wizard exit early button (#6614)

This commit is contained in:
Joffrey JAFFEUX 2018-11-15 21:26:26 +01:00 committed by GitHub
parent 1730e0bc73
commit dcc6527dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@
{{#if showFinishButton}}
<button class='wizard-btn finish' {{action "exitEarly"}} disabled={{saving}} tabindex="10">
{{i18n "save"}}
{{i18n "wizard.finish"}}
</button>
{{/if}}

View File

@ -4093,6 +4093,7 @@ en:
wizard_js:
wizard:
done: "Done"
finish: "Finish"
back: "Back"
next: "Next"
step: "%{current} of %{total}"