daggerheart/templates/characterCreation/footer.hbs
WBHarry d12220c64f
Fixes (#1790)
* Fixes

* .
2026-04-11 22:55:41 +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>