Map fallback texts

This commit is contained in:
BatJan
2021-10-26 22:39:41 +02:00
committed by Nathan Woulfe
parent 3ee289fd2f
commit f12c4493b3
3 changed files with 14 additions and 4 deletions

View File

@@ -1646,6 +1646,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="chooseDefault">Choose default</key>
<key alias="areAdded">are added</key>
<key alias="warning">Warning</key>
<key alias="warningText"><![CDATA[<p>Modifying a row configuration name will result in loss of data for any existing content that is based on this configuration.</p> <p><strong>Modifying only the label will not result in data loss.</strong></p>]]></key>
<key alias="youAreDeleting">You are deleting the row configuration</key>
<key alias="deletingARow">Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration.</key>
<key alias="deleteLayout">You are deleting the layout</key>

View File

@@ -1666,6 +1666,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="chooseDefault">Choose default</key>
<key alias="areAdded">are added</key>
<key alias="warning">Warning</key>
<key alias="warningText"><![CDATA[<p>Modifying a row configuration name will result in loss of data for any existing content that is based on this configuration.</p> <p><strong>Modifying only the label will not result in data loss.</strong></p>]]></key>
<key alias="youAreDeleting">You are deleting the row configuration</key>
<key alias="deletingARow">Deleting a row configuration name will result in loss of data for any existing content that is based on this configuration.</key>
<key alias="deleteLayout">You are deleting the layout</key>