Skip to content
Snippets Groups Projects
Commit 3674ab9c authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #833

parent cc5e9e14
No related branches found
No related tags found
No related merge requests found
...@@ -625,7 +625,7 @@ export default { ...@@ -625,7 +625,7 @@ export default {
textDelete.alert = this.$gettext('Möchten Sie die Seite wirklich löschen?'); textDelete.alert = this.$gettext('Möchten Sie die Seite wirklich löschen?');
if (this.structuralElementLoaded) { if (this.structuralElementLoaded) {
textDelete.alert = textDelete.alert =
this.$gettextInterpolate('Möchten Sie die Seite %{ pageTitle } wirklich löschen?', {pageTitle: this.structuralElement.attributes.title}); this.$gettextInterpolate('Möchten Sie die Seite %{ pageTitle } und alle ihre Unterseiten wirklich löschen?', {pageTitle: this.structuralElement.attributes.title});
} }
return textDelete; return textDelete;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment