Fix typo for showing/hiding the %-used of carry capacity

This commit is contained in:
Oliver 2026-04-06 23:33:12 -06:00
parent f666fd2fa9
commit 6f3139edf1

View file

@ -7,7 +7,7 @@
<h3 class="grow"> <h3 class="grow">
{{localize "taf.Apps.PlayerSheet.carrying-capacity.title"}} {{localize "taf.Apps.PlayerSheet.carrying-capacity.title"}}
</h3> </h3>
{{#if hasCarryCapacity}} {{#if hasCarryingCapacity}}
<div> <div>
{{localize {{localize
"taf.Apps.PlayerSheet.carry-capacity-used" "taf.Apps.PlayerSheet.carry-capacity-used"