comment period

This commit is contained in:
2021-10-06 18:58:09 +02:00
parent 9157882831
commit 361e1b46c6
19 changed files with 297 additions and 187 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export class UiEntry implements OnInit {
deleteEntry(entry: any) {
const dialogRef = this.dialog.open(ConfirmDialog, {
data: {
'label': 'entry.confirmDelete',
'label': 'moderation.entry.confirmDelete',
'args': [ entry.title, entry.author ]
}
})