more loot rename fixes

This commit is contained in:
CPTN Cosmo 2025-07-27 14:31:17 +02:00
parent e267d5132c
commit 5683c21dcc
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
"feature": "Feature", "feature": "Feature",
"domainCard": "Domain Card", "domainCard": "Domain Card",
"consumable": "Consumable", "consumable": "Consumable",
"miscellaneous": "Miscellaneous", "loot": "Loot",
"weapon": "Weapon", "weapon": "Weapon",
"armor": "Armor", "armor": "Armor",
"beastform": "Beastform" "beastform": "Beastform"

View file

@ -4,7 +4,7 @@
<line-div></line-div> <line-div></line-div>
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1> <h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
<div class='item-description'> <div class='item-description'>
<h3>{{localize 'TYPES.Item.miscellaneous'}}</h3> <h3>{{localize 'TYPES.Item.loot'}}</h3>
</div> </div>
</div> </div>
</header> </header>