Hide the "% used" indicator when there is no maximum capacity, and add a placeholder to be more explicit for the input

This commit is contained in:
Oliver 2026-04-06 22:47:53 -06:00
parent e4e1f30fcb
commit f05311d7c8
4 changed files with 15 additions and 6 deletions

View file

@ -87,6 +87,7 @@
"max-value": "Maximum value",
"carry-capacity-used": "({percent}% Used)",
"carrying-capacity": {
"placeholder": "Unlimited",
"title": "Carrying Capacity:",
"label": "Maximum carrying weight"
},