Переглянути джерело

Update notification localization

Daniel Supernault 6 роки тому
батько
коміт
37215d11ed
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      resources/lang/en/notification.php

+ 1 - 0
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.',
 
 ];