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

fix #833

parent fe16360a
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,7 @@ export default {
textDelete.alert = this.$gettext('Möchten Sie die Seite wirklich löschen?');
if (this.structuralElementLoaded) {
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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment