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>
(cherry picked from commit 542d0f7f74)
This commit is contained in:
Paul Seal
2023-06-16 12:11:23 +01:00
committed by Sebastiaan Janssen
parent dbd009ffcd
commit f93f3d88da
4 changed files with 4 additions and 4 deletions

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>?