daggerheart/templates/characterCreation/footer.hbs
WBHarry 8a0b1b8e22
[Fix] Translation Fixes (#1789)
* Fixed translations

* .
2026-04-11 22:55:26 +02:00

8 lines
No EOL
404 B
Handlebars

<section class="creation-action-footer">
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
{{#if isLastTab}}
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
{{else}}
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "DAGGERHEART.GENERAL.next"}}</button>
{{/if}}
</section>