mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 20:51:57 +08:00
Added a success message on deletion of revision.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@ -271,4 +271,5 @@ return [
|
||||
* Revision
|
||||
*/
|
||||
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
|
||||
'revision_delete_success' => 'Revision deleted'
|
||||
];
|
Reference in New Issue
Block a user