Fixed localization

This commit is contained in:
WBHarry 2026-06-10 15:25:15 +02:00
parent 114123ac50
commit 3effc2a0b2
5 changed files with 11 additions and 10 deletions

View file

@ -4,7 +4,7 @@
<span class="window-title">{{localize "DAGGERHEART.UI.Countdowns.title"}}</span>
<div class="header-type-toggles">
{{#each typeToggles as |type|}}
<a class="header-type {{#unless type.active}}inactive{{/unless}}" data-action="onToggleCountdownTypes" data-type="{{type.type}}">{{type.label}}</a>
<a class="header-type {{#unless type.active}}inactive{{/unless}}" data-action="onToggleCountdownTypes" data-type="{{type.type}}">{{localize type.label}}</a>
{{/each}}
</div>
{{#if isGM}}