daggerheart/templates/characterCreation/footer.hbs
2025-07-06 16:02:14 +02:00

4 lines
No EOL
279 B
Handlebars

<section class="creation-action-footer">
<button data-action="close">{{localize "Cancel"}}</button>
<button {{#if tabs.setup.finished}}data-action="finish"{{else}}disabled{{/if}}>{{localize "DAGGERHEART.Applications.CharacterCreation.finishCreation"}}</button>
</section>