diff --git a/src/ActorSheet.hbs b/src/ActorSheet.hbs
index 4b3802d..235a3c9 100644
--- a/src/ActorSheet.hbs
+++ b/src/ActorSheet.hbs
@@ -336,7 +336,7 @@
- {{this.system.gewicht}}
+ {{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}}
@@ -362,7 +362,7 @@
- {{this.system.gewicht}}
+ {{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}}
@@ -388,7 +388,7 @@
- {{this.system.gewicht}}
+ {{this.system.gewicht.value}} {{localize (concat "DSA41.weight." this.system.gewicht.unit)}}
{{/each}}