comment period
This commit is contained in:
@@ -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 ]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user