Minor fixes from v14 feedback
Release Creation / build (release) Successful in 8m22s

This commit is contained in:
2026-05-23 23:07:10 +02:00
parent d120da6718
commit b877262283
93 changed files with 321 additions and 279 deletions
+3 -4
View File
@@ -40,7 +40,7 @@
<label>Second attribut</label>
<select id="attrKey2" name="attrKey2">
{{#select attrKey2}}
<option value="none">Aucun</option>
<option value="none">{{localize "MNBL.none"}}</option>
{{#each attributs as |attrLabel attrKey|}}
<option value="{{attrKey}}">{{attrLabel}}</option>
{{/each}}
@@ -138,7 +138,7 @@
</select>
</div>
<div class="form-group">
<label>Points d'Âme (Pouvoir)</label>
<label>{{localize "MNBL.soulpoints"}} (Pouvoir)</label>
<select id="runeame" name="runeame">
{{selectOptions config.pointsAmeOptions selected=runeame}}
</select>
@@ -298,7 +298,7 @@
{{#if (not isInit)}}
{{#unless (or armeDefense arme.system.isDistance)}}
<div class="form-group">
<label>Difficulté</label>
<label>{{localize "MNBL.difficulty"}}</label>
<select id="difficulte" name="difficulte">
{{selectOptions config.optionsDifficulte selected=difficulte valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
@@ -308,4 +308,3 @@
</div>
</div>