Translation fixes

This commit is contained in:
WBHarry 2026-04-25 17:39:20 +02:00
parent e5ae56f45c
commit b8e00b2807
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
{{#if (and combats.length user.isGM)}}
<div class="encounter-battlepoints" data-tooltip="#battlepoints#" data-combat-id="{{combat.id}}">
{{battlepoints.current}}/{{battlepoints.max}} BP{{#if battlepoints.hasModifierBP}}*{{/if}}
{{battlepoints.current}}/{{battlepoints.max}} {{localize "DAGGERHEART.GENERAL.Battlepoints.short"}}{{#if battlepoints.hasModifierBP}}*{{/if}}
</div>
{{/if}}