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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>?
|
||||
|
||||
Reference in New Issue
Block a user