mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
10 lines
No EOL
487 B
Handlebars
10 lines
No EOL
487 B
Handlebars
<div>
|
|
<div class="reroll-confirmation">
|
|
<div>{{localize 'DAGGERHEART.APPLICATIONS.ResourceDice.rerollRecoveryInfo' name=name recovery=recovery }}</div>
|
|
<div>{{localize 'DAGGERHEART.APPLICATIONS.ResourceDice.rerollConfirmation' name=name }}</div>
|
|
</div>
|
|
<footer>
|
|
<button data-action="close">{{localize 'No'}}</button>
|
|
<button data-action="rerollDice">{{localize "DAGGERHEART.APPLICATIONS.ResourceDice.rerollDice"}}</button>
|
|
</footer>
|
|
</div> |