X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/be4f3d62cd37c7b83eb86bbf5fffa00d20acf2ec..refs/pull/3068/head:/resources/lang/en/activities.php diff --git a/resources/lang/en/activities.php b/resources/lang/en/activities.php index 153ae33f0..50bda60bd 100644 --- a/resources/lang/en/activities.php +++ b/resources/lang/en/activities.php @@ -1,12 +1,10 @@ 'created page', 'page_create_notification' => 'Page Successfully Created', @@ -45,6 +43,15 @@ return [ 'bookshelf_delete' => 'deleted bookshelf', 'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted', + // Favourites + 'favourite_add_notification' => '":name" has been added to your favourites', + 'favourite_remove_notification' => '":name" has been removed from your favourites', + + // MFA + 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', + 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + // Other 'commented_on' => 'commented on', + 'permissions_update' => 'updated permissions', ];