Update localization of rollSelection.hbs (#841)

The Fear label lacked a localization path
This commit is contained in:
SunnySunSun 2025-08-11 22:26:21 +02:00 committed by GitHub
parent 83fb6c711e
commit ab5ffc5c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@
<div class="dice-option">
<img class="dice-icon" src="{{concat 'systems/daggerheart/assets/icons/dice/fear/' @root.roll.dFear.denomination '.svg'}}" alt="">
<div class="dice-select">
<span class="label">Fear</span>
<span class="label">{{localize "DAGGERHEART.GENERAL.fear"}}</span>
<select name="roll.dice.dFear">
{{selectOptions diceOptions selected=@root.roll.dFear.denomination}}
</select>
@ -170,4 +170,4 @@
</div>
{{/if}}
</div>
</div>
</div>