mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Add keys for Cancel and Next
This commit is contained in:
parent
b241b36653
commit
6844e0e75d
2 changed files with 5 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<section class="creation-action-footer">
|
||||
<button data-action="close">{{localize "Cancel"}}</button>
|
||||
<button data-action="close">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.cancel"}}</button>
|
||||
{{#if isLastTab}}
|
||||
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
|
||||
{{else}}
|
||||
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "Next"}}</button>
|
||||
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.next"}}</button>
|
||||
{{/if}}
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue