mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-02 21:59:06 +08:00
Fixed incorrect notification when deleting a page
This commit is contained in:
parent
e0279f93f9
commit
d6c00a85ad
@ -13,7 +13,7 @@ return [
|
|||||||
'page_update' => 'updated page',
|
'page_update' => 'updated page',
|
||||||
'page_update_notification' => 'Page Successfully Updated',
|
'page_update_notification' => 'Page Successfully Updated',
|
||||||
'page_delete' => 'deleted page',
|
'page_delete' => 'deleted page',
|
||||||
'page_delete_notification' => 'Page Successfully Created',
|
'page_delete_notification' => 'Page Successfully Deleted',
|
||||||
'page_restore' => 'restored page',
|
'page_restore' => 'restored page',
|
||||||
'page_restore_notification' => 'Page Successfully Restored',
|
'page_restore_notification' => 'Page Successfully Restored',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user