diff --git a/src/app/configuration/thingAttributesZWave.tpl.html b/src/app/configuration/thingAttributesZWave.tpl.html
index ce477d10..ebb62b86 100644
--- a/src/app/configuration/thingAttributesZWave.tpl.html
+++ b/src/app/configuration/thingAttributesZWave.tpl.html
@@ -5,12 +5,14 @@
-
{{dec2hex(selectedThing.properties['zwave_manufacturer'], 4)}}
+
+ {{dec2hex(selectedThing.properties['zwave_manufacturer'], 4)}}
+
-
{{dec2hex(selectedThing.properties['zwave_devicetype'],
- 4)}}:{{dec2hex(selectedThing.properties['zwave_deviceid'], 4)}}
+
+ {{dec2hex(selectedThing.properties['zwave_devicetype'],4)}}:{{dec2hex(selectedThing.properties['zwave_deviceid'],4)}}
diff --git a/src/languages/en-GB/item.lang.json b/src/languages/en-GB/item.lang.json
index 0132c6e0..043207b9 100644
--- a/src/languages/en-GB/item.lang.json
+++ b/src/languages/en-GB/item.lang.json
@@ -4,10 +4,12 @@
"EditLabel": "Label",
"EditFormat": "Format",
"EditType": "Item Type",
+ "EditTags": "Tags",
"EditCategory": "Category",
"EditGroups": "Groups",
"SelectName": "Enter name...",
"SelectLabel": "Enter label...",
+ "SelectTags": "Select tags...",
"SelectCategory": "Select category...",
"SelectGroup": "Select groups...",
"SelectType": "Select type...",