From f12c4493b311fe7894f160bef1f6a8bc2d20ec28 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 5b45bca81c53..7ff377aba3e6 100644 --- a/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en.xml @@ -1646,6 +1646,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 87b10265487f..40f1accf0cdf 100644 --- a/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml @@ -1666,6 +1666,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