Skip to content

Commit

Permalink
Fix reinforcing rune select option labels on shield sheet (#15558)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam authored Jul 24, 2024
1 parent 5812399 commit 5011641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/items/shield-details.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<div class="form-group">
<label for="{{fieldIdPrefix}}runes-reinforcing">{{localize "PF2E.Item.Shield.Rune.Reinforcing.Label"}}</label>
<select name="system.runes.reinforcing" id="{{fieldIdPrefix}}runes-reinforcing" data-dtype="Number">
{{selectOptions (omit reinforcing 0) selected=data.runes.reinforcing blank="" labelAttr="name" localize=true}}
{{selectOptions (omit reinforcing 0) selected=data.runes.reinforcing blank="" localize=true}}
</select>
</div>

Expand Down

0 comments on commit 5011641

Please sign in to comment.