From 9fa55dd9f40256061bb8ea54cc105be529cb426d Mon Sep 17 00:00:00 2001 From: BatJan <1932158+BatJan@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:39:41 +0200 Subject: [PATCH] Map fallback texts --- .../propertyeditors/grid/dialogs/rowconfig.html | 16 ++++++++++++---- src/Umbraco.Web.UI/Umbraco/config/lang/en.xml | 1 + src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml | 1 + 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/rowconfig.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/rowconfig.html index f5a6191ad13d..698ff6daeb6b 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/rowconfig.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/dialogs/rowconfig.html @@ -18,12 +18,14 @@
-

+

Adjust the row by setting cell widths and adding additional cells

-

Modifying a row configuration name will result in loss of - data for any existing content that is based on this configuration.

-

Modifying only the label will not result in data loss.

+ +

Modifying a row configuration name will result in loss of + data for any existing content that is based on this configuration.

+

Modifying only the label will not result in data loss.

+
@@ -70,10 +72,16 @@
{{currentCell.grid}}
diff --git a/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml index 35e55f0c80dd..ff1e1c5f5acc 100644 --- a/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml @@ -1645,6 +1645,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont Choose default are added Warning + Modifying a row configuration name will result in loss of data for any existing content that is based on this configuration.

Modifying only the label will not result in data loss.

]]>
You are deleting the row configuration Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration. You are deleting the layout 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 fa8cfad670e9..2cfdc3062228 100644 --- a/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml @@ -1665,6 +1665,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont Choose default are added Warning + Modifying a row configuration name will result in loss of data for any existing content that is based on this configuration.

Modifying only the label will not result in data loss.

]]>
You are deleting the row configuration Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration. You are deleting the layout