-
{{row.name}}
+
{{row.label || row.name}}
@@ -282,7 +282,7 @@
-
{{layout.name}}
+
{{layout.label || layout.name}}
diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.controller.js
index 810623320c..5403ce4aad 100644
--- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.controller.js
+++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.controller.js
@@ -48,6 +48,7 @@ angular.module("umbraco")
layouts:[
{
+ label: "Headline",
name: "Headline",
areas: [
{
@@ -57,6 +58,7 @@ angular.module("umbraco")
]
},
{
+ label: "Article",
name: "Article",
areas: [
{
diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html
index 9d9626694a..eaffa56d14 100644
--- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html
+++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.prevalues.html
@@ -72,7 +72,7 @@