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

@ -237,4 +237,5 @@ return [
* Revision
*/
'revision_delete_confirm' => 'Naozaj chcete túto revíziu odstrániť?',
'revision_delete_success' => 'Revízia bola vymazaná'
];