diff --git a/src/templates/actor/partials/items.hbs b/src/templates/actor/partials/items.hbs
index 2e773eb..6b48fe3 100644
--- a/src/templates/actor/partials/items.hbs
+++ b/src/templates/actor/partials/items.hbs
@@ -3,26 +3,28 @@
{{!-- WEAPONS --}}
-
{{localize "DS4.ItemTypeWeapon"}}
{{!-- SPECIFIC --}}
+
{{localize 'DS4.ItemTypeWeapon'}}
{{!-- SPECIFIC --}}
{{#each itemsByType.weapon as |item id|}} {{!-- SPECIFIC --}}
@@ -61,24 +63,26 @@
{{!-- ARMOR --}}
-
{{localize "DS4.ItemTypeArmor"}}
{{!-- SPECIFIC --}}
+
{{localize 'DS4.ItemTypeArmor'}}
{{!-- SPECIFIC --}}
{{#each itemsByType.armor as |item id|}} {{!-- SPECIFIC --}}
@@ -116,22 +120,23 @@
{{!-- SHIELD --}}
- {{localize "DS4.ItemTypeShield"}}
{{!-- SPECIFIC --}}
+ {{localize 'DS4.ItemTypeShield'}}
{{!-- SPECIFIC --}}
{{#each itemsByType.shield as |item id|}} {{!-- SPECIFIC --}}
@@ -166,22 +171,22 @@
{{!-- TRINKET --}}
- {{localize "DS4.ItemTypeTrinket"}}
{{!-- SPECIFIC --}}
+ {{localize 'DS4.ItemTypeTrinket'}}
{{!-- SPECIFIC --}}
{{#each itemsByType.trinket as |item id|}} {{!-- SPECIFIC --}}
@@ -202,7 +207,7 @@
{{!-- name --}}
{{item.name}}
{{!-- storage location --}}
- {{{itemData.storageLocation}}}
{{!-- SPECIFIC --}}
+ {{{itemData.storageLocation}}}
{{!-- SPECIFIC --}}
{{!-- description --}}
{{{itemData.description}}}
{{!-- edit & delete buttons --}}
@@ -216,21 +221,21 @@
{{!-- EQUIPMENT --}}
- {{localize "DS4.ItemTypeEquipment"}}
{{!-- SPECIFIC --}}
+ {{localize 'DS4.ItemTypeEquipment'}}
{{!-- SPECIFIC --}}
{{#each itemsByType.equipment as |item id|}} {{!-- SPECIFIC --}}
@@ -247,7 +252,7 @@
{{!-- name --}}
{{item.name}}
{{!-- storage location --}}
- {{{itemData.storageLocation}}}
{{!-- SPECIFIC --}}
+ {{{itemData.storageLocation}}}
{{!-- SPECIFIC --}}
{{!-- description --}}
{{{itemData.description}}}
{{!-- edit & delete buttons --}}