From: Dan Brown Date: Wed, 10 Feb 2016 12:48:29 +0000 (+0000) Subject: Fixed incorrect notification when deleting a page X-Git-Tag: v0.7.4~1^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d6c00a85ad8c68532ee3c927034f26666be6365c Fixed incorrect notification when deleting a page --- diff --git a/resources/lang/en/activities.php b/resources/lang/en/activities.php index 7a3bcd760..8356d8302 100644 --- a/resources/lang/en/activities.php +++ b/resources/lang/en/activities.php @@ -13,7 +13,7 @@ return [ 'page_update' => 'updated page', 'page_update_notification' => 'Page Successfully Updated', 'page_delete' => 'deleted page', - 'page_delete_notification' => 'Page Successfully Created', + 'page_delete_notification' => 'Page Successfully Deleted', 'page_restore' => 'restored page', 'page_restore_notification' => 'Page Successfully Restored', @@ -35,4 +35,4 @@ return [ 'book_sort' => 'sorted book', 'book_sort_notification' => 'Book Successfully Re-sorted', -]; \ No newline at end of file +];