mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 05:09:30 +08:00
FIX: s/save/finish for wizard exit early button (#6614)
This commit is contained in:
parent
1730e0bc73
commit
dcc6527dff
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
{{#if showFinishButton}}
|
{{#if showFinishButton}}
|
||||||
<button class='wizard-btn finish' {{action "exitEarly"}} disabled={{saving}} tabindex="10">
|
<button class='wizard-btn finish' {{action "exitEarly"}} disabled={{saving}} tabindex="10">
|
||||||
{{i18n "save"}}
|
{{i18n "wizard.finish"}}
|
||||||
</button>
|
</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -4093,6 +4093,7 @@ en:
|
||||||
wizard_js:
|
wizard_js:
|
||||||
wizard:
|
wizard:
|
||||||
done: "Done"
|
done: "Done"
|
||||||
|
finish: "Finish"
|
||||||
back: "Back"
|
back: "Back"
|
||||||
next: "Next"
|
next: "Next"
|
||||||
step: "%{current} of %{total}"
|
step: "%{current} of %{total}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user