diff --git a/src/Umbraco.Web.UI.Client/src/views/dictionary/create.html b/src/Umbraco.Web.UI.Client/src/views/dictionary/create.html
index 88a67aaf18..9e628464b2 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dictionary/create.html
+++ b/src/Umbraco.Web.UI.Client/src/views/dictionary/create.html
@@ -1,7 +1,7 @@
-
Create an item under {{currentNode.name}}
+ Create an item under {{currentNode.name}}
@@ -9,8 +9,10 @@
ng-submit="vm.createItem()"
val-form-manager>
-
-
+
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js b/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js
index 82c4e6e7b5..03a4bc85cf 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js
+++ b/src/Umbraco.Web.UI.Client/src/views/dictionary/dictionary.create.controller.js
@@ -11,7 +11,6 @@ function DictionaryCreateController($scope, $location, dictionaryResource, navig
var vm = this;
vm.itemKey = "";
-
vm.createItem = createItem;
function createItem() {
diff --git a/src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html b/src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html
index c2b0adec6f..846a53c5ea 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html
+++ b/src/Umbraco.Web.UI.Client/src/views/dictionary/edit.html
@@ -23,7 +23,7 @@
-
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/dictionary/list.html b/src/Umbraco.Web.UI.Client/src/views/dictionary/list.html
index dfb126cc8e..2102ae0b28 100644
--- a/src/Umbraco.Web.UI.Client/src/views/dictionary/list.html
+++ b/src/Umbraco.Web.UI.Client/src/views/dictionary/list.html
@@ -24,6 +24,7 @@
+
| Name |
@@ -31,13 +32,17 @@
-
- |
- {{item.name}}
- |
+
+ |
+ {{item.name}}
+ |
-
-
+
+
+
+
+
+
|
diff --git a/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
index 0150a5542d..4e4bf467a1 100644
--- a/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
+++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
@@ -2255,6 +2255,9 @@ To manage your website, simply open the Umbraco back office and start adding con
Name
Add new row
View more options
+ Has translation
+ Missing translation
+ Dictionary items
References
diff --git a/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml b/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
index 6700818ee0..7b3b6bb49c 100644
--- a/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
+++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
@@ -2276,6 +2276,9 @@ To manage your website, simply open the Umbraco back office and start adding con
Name
Add new row
View more options
+ Has translation
+ Missing translation
+ Dictionary items
References