diff --git a/templates/item/item-sheet.html b/templates/item/item-sheet.html
index 0836edc..d040620 100644
--- a/templates/item/item-sheet.html
+++ b/templates/item/item-sheet.html
@@ -161,8 +161,8 @@
{{localize 'ALIENRPG.QuantityLabel'}}
{{localize 'ALIENRPG.Comment'}}
{{!-- --}}
-
- {{editor system.attributes.comment.value target="system.attributes.comment.value" button=true owner=owner editable=true}}
+
+ {{editor system.general.comment.value target="system.general.comment.value" button=true owner=owner editable=true}}
@@ -391,7 +391,7 @@ {{localize 'ALIENRPG.Skills'}}
{{!-- Notes Tab --}}
-
+
{{editor system.notes.notes target="system.notes.notes" button=true owner=owner editable=true}}