diff --git a/lang/en.json b/lang/en.json index d5a08fff..270d7dda 100755 --- a/lang/en.json +++ b/lang/en.json @@ -8,7 +8,7 @@ "feature": "Feature", "domainCard": "Domain Card", "consumable": "Consumable", - "miscellaneous": "Miscellaneous", + "loot": "Loot", "weapon": "Weapon", "armor": "Armor", "beastform": "Beastform" diff --git a/templates/sheets/items/miscellaneous/header.hbs b/templates/sheets/items/loot/header.hbs similarity index 81% rename from templates/sheets/items/miscellaneous/header.hbs rename to templates/sheets/items/loot/header.hbs index 218c3a47..0757c784 100644 --- a/templates/sheets/items/miscellaneous/header.hbs +++ b/templates/sheets/items/loot/header.hbs @@ -4,7 +4,7 @@

-

{{localize 'TYPES.Item.miscellaneous'}}

+

{{localize 'TYPES.Item.loot'}}

- \ No newline at end of file + diff --git a/templates/sheets/items/miscellaneous/settings.hbs b/templates/sheets/items/loot/settings.hbs similarity index 100% rename from templates/sheets/items/miscellaneous/settings.hbs rename to templates/sheets/items/loot/settings.hbs