Added a success message on deletion of revision.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
Abijeet
2018-09-15 16:08:20 +05:30
parent f0add69b61
commit 25da4d9a8b
15 changed files with 16 additions and 1 deletions

View File

@ -271,4 +271,5 @@ return [
* Revision
*/
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
'revision_delete_success' => 'Revision deleted'
];