mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +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
|
|
@ -248,12 +248,14 @@
|
|||
},
|
||||
"ancestryNamePlaceholder": "Your ancestry's name",
|
||||
"buttonTitle": "Character Setup",
|
||||
"cancel": "Cancel",
|
||||
"choice": "Choice",
|
||||
"finishCreation": "Finish Character Setup",
|
||||
"heritage": "Heritage",
|
||||
"initialExperiences": "Initial Experiences",
|
||||
"mixedAncestry": "Mixed Ancestry",
|
||||
"newExperience": "New Experience..",
|
||||
"next": "Next",
|
||||
"selectAncestry": "Select Ancestry",
|
||||
"selectPrimaryAncestry": "Select Primary Ancestry",
|
||||
"selectSecondaryAncestry": "Select Secondary Ancestry",
|
||||
|
|
|
|||
|
|
@ -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