From 37215d11eda419c72440fec4712e0afe6e74f03b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 5 Feb 2019 14:18:06 -0700 Subject: [PATCH] Update notification localization --- resources/lang/en/notification.php | 1 + 1 file changed, 1 insertion(+) 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.', ];