Dan Brown

Fixed incorrect notification when deleting a page

...@@ -13,7 +13,7 @@ return [ ...@@ -13,7 +13,7 @@ return [
13 'page_update' => 'updated page', 13 'page_update' => 'updated page',
14 'page_update_notification' => 'Page Successfully Updated', 14 'page_update_notification' => 'Page Successfully Updated',
15 'page_delete' => 'deleted page', 15 'page_delete' => 'deleted page',
16 - 'page_delete_notification' => 'Page Successfully Created', 16 + 'page_delete_notification' => 'Page Successfully Deleted',
17 'page_restore' => 'restored page', 17 'page_restore' => 'restored page',
18 'page_restore_notification' => 'Page Successfully Restored', 18 'page_restore_notification' => 'Page Successfully Restored',
19 19
...@@ -35,4 +35,4 @@ return [ ...@@ -35,4 +35,4 @@ return [
35 'book_sort' => 'sorted book', 35 'book_sort' => 'sorted book',
36 'book_sort_notification' => 'Book Successfully Re-sorted', 36 'book_sort_notification' => 'Book Successfully Re-sorted',
37 37
38 -];
...\ No newline at end of file ...\ No newline at end of file
38 +];
......