Translation fixes

This commit is contained in:
WBHarry 2026-04-25 20:33:12 +02:00
parent 702c9e0b6a
commit cfd9950aae
8 changed files with 12 additions and 7 deletions

View file

@ -17,7 +17,7 @@
</div>
<footer class="flexrow">
<button data-action="close">
<span>{{localize "COMMON.Cancel"}}</span>
<span>{{localize "Cancel"}}</span>
</button>
<button data-action="takeMove" {{#if (not this.selectedMove)}}disabled{{/if}}>
<span>

View file

@ -28,7 +28,7 @@
</fieldset>
<footer>
<button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button>
<button type="button" data-action="close">{{localize "Cancel"}}</button>
<button type="button" data-action="takeDowntime" {{#if disabledDowntime}}disabled{{/if}}>{{localize "DAGGERHEART.APPLICATIONS.Downtime.takeDowntime"}}</button>
</footer>
</div>

View file

@ -1,4 +1,4 @@
<div class="footer">
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button data-action="close">{{localize "Cancel"}}</button>
<button type="button" data-action="finishSelection">{{localize "DAGGERHEART.APPLICATIONS.ImageSelect.selectImage"}}</button>
</div>

View file

@ -16,7 +16,7 @@
</div>
<footer>
<button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button data-action="close">{{localize "Cancel"}}</button>
<button data-action="save" {{disabled multiclassDisabled}}>{{localize "DAGGERHEART.GENERAL.multiclass"}}</button>
</footer>
</div>