Просмотр исходного кода

Update notification localization

Daniel Supernault 6 лет назад
Родитель
Сommit
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.',
 
 ];