Add revision restore confirm and changed http method

Closes #1321
This commit is contained in:
Dan Brown
2019-04-20 13:25:16 +01:00
parent ed330f246c
commit 0bc5ccba32
5 changed files with 61 additions and 48 deletions

View File

@ -299,6 +299,7 @@ return [
// Revision
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
'revision_delete_success' => 'Revision deleted',
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.'
];