Fixed some missing translations

This commit is contained in:
WBHarry 2025-12-07 15:41:20 +01:00
parent 28976bb4b8
commit 6bef53302a
11 changed files with 25 additions and 18 deletions

View file

@ -93,13 +93,13 @@
<footer class="padded">
<button type="button" data-action="takeDamage">
{{localize "Take"}}
{{localize "DAGGERHEART.GENERAL.take"}}
<div class="damage-value {{#if this.reducedDamage}}reduced-value{{/if}}">{{this.damage}}</div>
{{#if this.reducedDamage}}
<i class="fa-solid fa-arrow-right-long"></i>
<div class="damage-value">{{this.reducedDamage}}</div>
{{/if}}
{{localize "Damage"}}
{{localize "DAGGERHEART.GENERAL.damage"}}
</button>
</footer>
</div>