Skip to content

Commit

Permalink
Merge pull request #3755 from lovethebomb/fix-missing-parameter-chara…
Browse files Browse the repository at this point in the history
…cter-sheet-hbs

Add missing param level to Character Sheet aria-label string
  • Loading branch information
arbron authored Jun 24, 2024
2 parents 2a4f3e6 + f0f8e0d commit 7de563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/actors/character-sheet-2.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="right">

{{!-- Level --}}
<div class="level" aria-label="{{ localize "DND5E.LevelNumber" }}">{{ system.details.level }}</div>
<div class="level" aria-label="{{ localize "DND5E.LevelNumber" level=system.details.level }}">{{ system.details.level }}</div>

{{!-- Inspiration --}}
<button type="button" class="inspiration unbutton" data-action="toggleInspiration"
Expand Down

0 comments on commit 7de563e

Please sign in to comment.