[Fix] typo on a translation for ownershipSelection (#403)

This commit is contained in:
Cyril ALFARO 2025-07-25 00:01:19 +02:00 committed by GitHub
parent cab01bc512
commit 55e003aa3b
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>