mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
more loot rename fixes
This commit is contained in:
parent
e267d5132c
commit
5683c21dcc
3 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"feature": "Feature",
|
||||
"domainCard": "Domain Card",
|
||||
"consumable": "Consumable",
|
||||
"miscellaneous": "Miscellaneous",
|
||||
"loot": "Loot",
|
||||
"weapon": "Weapon",
|
||||
"armor": "Armor",
|
||||
"beastform": "Beastform"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<line-div></line-div>
|
||||
<h1 class='item-name'><input type='text' name='name' value='{{source.name}}' /></h1>
|
||||
<div class='item-description'>
|
||||
<h3>{{localize 'TYPES.Item.miscellaneous'}}</h3>
|
||||
<h3>{{localize 'TYPES.Item.loot'}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
Loading…
Add table
Add a link
Reference in a new issue