Fix/delete language error message 14333 (#14396)

* Update the tour text to the correct text and to save confusion

* Added extra information to the delete language warning to inform the user that it will also delete all content related to the language

* Updated language files with same message re deletion

---------

Co-authored-by: Paul Seal <p.seal@clerkswell.com>
Co-authored-by: Emma Garland <emma.garland@rocksolidknowledge.com>
This commit is contained in:
Paul Seal
2023-06-16 12:11:23 +01:00
committed by GitHub
parent a823055c9d
commit 542d0f7f74
4 changed files with 4 additions and 4 deletions

View File

@@ -488,7 +488,7 @@
<key alias="insertlink">Insert link</key>
<key alias="insertMacro">Click to add a Macro</key>
<key alias="inserttable">Insert table</key>
<key alias="languagedeletewarning">This will delete the language</key>
<key alias="languagedeletewarning">This will delete the language and all content related to the language</key>
<key alias="languageChangeWarning">Changing the culture for a language may be an expensive operation and will result
in the content cache and indexes being rebuilt
</key>

View File

@@ -503,7 +503,7 @@
<key alias="insertlink">Insert link</key>
<key alias="insertMacro">Click to add a Macro</key>
<key alias="inserttable">Insert table</key>
<key alias="languagedeletewarning">This will delete the language</key>
<key alias="languagedeletewarning">This will delete the language and all content related to the language</key>
<key alias="languageChangeWarning">Changing the culture for a language may be an expensive operation and will result
in the content cache and indexes being rebuilt
</key>

View File

@@ -479,7 +479,7 @@
<key alias="insertlink">Umetni link</key>
<key alias="insertMacro">Klikni za dodavanje makro</key>
<key alias="inserttable">Umetni tablicu</key>
<key alias="languagedeletewarning">Ovo će obrisati jezik</key>
<key alias="languagedeletewarning">Ovo će izbrisati jezik i sav sadržaj povezan s jezikom</key>
<key alias="languageChangeWarning">Promjena kulture jezika može biti skupa operacija i rezultirat će promjenama u predmemoriji sadržaja i indeksima koji se rekonstruiraju
</key>
<key alias="lastEdited">Zadnje uređivano</key>

View File

@@ -1,7 +1,7 @@
<div>
<div ng-if="model.language" class="umb-alert umb-alert--warning mb2">
<localize key="defaultdialogs_languagedeletewarning">This will delete the language</localize> <strong>{{model.language.name}} [{{model.language.culture}}]</strong>.
<localize key="defaultdialogs_languagedeletewarning">This will delete the language and all content related to the language</localize> <strong>{{model.language.name}} [{{model.language.culture}}]</strong>.
</div>
<localize key="defaultdialogs_confirmdelete">Are you sure you want to delete</localize>?