diff --git a/resources/lang/en/notification.php b/resources/lang/en/notification.php index b85785d6a..d737167ae 100644 --- a/resources/lang/en/notification.php +++ b/resources/lang/en/notification.php @@ -6,5 +6,6 @@ return [ 'startedFollowingYou' => 'started following you.', 'commented' => 'commented on your post.', 'mentionedYou' => 'mentioned you.', + 'shared' => 'shared your post.', ];