Fixed some missing translations (#1386)

This commit is contained in:
WBHarry 2025-12-08 01:22:28 +01:00 committed by GitHub
parent 28976bb4b8
commit d6b1c7a36c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 25 additions and 18 deletions

View file

@ -16,7 +16,7 @@
{{#if (and @root.hasRoll @root.activeTagTeamRoll)}}
<div class="tag-team-controller {{#if @root.tagTeamSelected}}selected{{/if}}" data-action="toggleTagTeamRoll">
<span><i class="{{ifThen @root.tagTeamSelected "fa-solid" "fa-regular"}} fa-circle"></i></span>
<span class="label">{{localize "Tag Team Roll"}}</span>
<span class="label">{{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.title"}}</span>
</div>
{{/if}}
</header>