diff --git a/src/lang/en.json b/src/lang/en.json
index 5227291e..c77f7b2b 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -1,12 +1,11 @@
{
"DS4.UserInteractionAddItem": "Add item",
"DS4.NotOwned": "No owner",
- "DS4.Description": "Description",
- "DS4.DescriptionAbbr": "Desc",
- "DS4.Details": "Details",
- "DS4.Effects": "Effects",
- "DS4.Items": "Items",
- "DS4.Talents": "Talents & Abilities",
+ "DS4.HeadingDescription": "Description",
+ "DS4.HeadingDetails": "Details",
+ "DS4.HeadingEffects": "Effects",
+ "DS4.HeadingItems": "Items",
+ "DS4.HeadingTalents": "Talents & Abilities",
"DS4.AttackType": "Attack Type",
"DS4.AttackTypeAbbr": "AT",
"DS4.WeaponBonus": "Weapon Bonus",
diff --git a/src/templates/actor/actor-sheet.hbs b/src/templates/actor/actor-sheet.hbs
index b22aae3b..be40d1fd 100644
--- a/src/templates/actor/actor-sheet.hbs
+++ b/src/templates/actor/actor-sheet.hbs
@@ -90,9 +90,9 @@
{{!-- Sheet Tab Navigation --}}
{{!-- Sheet Body --}}
diff --git a/src/templates/actor/partials/items-overview.hbs b/src/templates/actor/partials/items-overview.hbs
index 0cc57faf..f3e5415d 100644
--- a/src/templates/actor/partials/items-overview.hbs
+++ b/src/templates/actor/partials/items-overview.hbs
@@ -55,7 +55,7 @@
{{!-- item type specifics --}}
{{> @partial-block }}
{{!-- description --}}
-
{{localize 'DS4.Description'}}
+ {{localize 'DS4.HeadingDescription'}}
{{!-- add button --}}
{{> addItemButton dataType=dataType }}
diff --git a/src/templates/actor/partials/talents-overview.hbs b/src/templates/actor/partials/talents-overview.hbs
index f70421e3..af259410 100644
--- a/src/templates/actor/partials/talents-overview.hbs
+++ b/src/templates/actor/partials/talents-overview.hbs
@@ -86,7 +86,7 @@
{{!-- rank info --}}
{{localize 'DS4.TalentRank'}}
{{!-- description --}}
- {{localize 'DS4.Description'}}
+ {{localize 'DS4.HeadingDescription'}}
{{!-- add button --}}
{{> addItemButton dataType='talent' }}
diff --git a/src/templates/item/partials/body.hbs b/src/templates/item/partials/body.hbs
index 9b5cde20..9770815b 100644
--- a/src/templates/item/partials/body.hbs
+++ b/src/templates/item/partials/body.hbs
@@ -2,9 +2,9 @@
{{!-- Sheet Tab Navigation --}}
{{!-- Sheet Body --}}
diff --git a/src/templates/item/partials/description.hbs b/src/templates/item/partials/description.hbs
index c1c7ae26..db3253bc 100644
--- a/src/templates/item/partials/description.hbs
+++ b/src/templates/item/partials/description.hbs
@@ -23,7 +23,7 @@
{{localize "DS4.NotOwned"}}
{{/if}}
-
+
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
\ No newline at end of file
diff --git a/src/templates/item/talent-sheet.hbs b/src/templates/item/talent-sheet.hbs
index 0c9dc198..44bd17b0 100644
--- a/src/templates/item/talent-sheet.hbs
+++ b/src/templates/item/talent-sheet.hbs
@@ -27,8 +27,8 @@
{{!-- Sheet Tab Navigation --}}
{{!-- Sheet Body --}}
@@ -57,7 +57,7 @@
{{> talentRankSideProperty data=data property='mod' localizeString='DS4.TalentRankMod'}}
{{> talentRankSideProperty data=data property='total' localizeString='DS4.TalentRankTotal' disabled='disabled'}}
-
+
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}