[Fix] typo on a translation for ownershipSelection

This commit is contained in:
Cyril ALFARO 2025-07-24 23:27:53 +02:00 committed by GitHub
parent 6301e575e3
commit 329cc52ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<div class="ownership-outer-container">
<div class="form-group">
<div class="form-fields">
<label>{{localize "DAGGERHEART.APPLICATIONS.OwnershipSelection.Default"}}</label>
<label>{{localize "DAGGERHEART.APPLICATIONS.OwnershipSelection.default"}}</label>
<select name="ownership.default" data-dtype="Number">
{{selectOptions @root.ownershipOptions selected=ownership.default labelAttr="label" valueAttr="value" }}
</select>
@ -19,4 +19,4 @@
<footer class="flexrow">
<button type="submit">{{localize "Save"}}</button>
</footer>
</div>
</div>