Browse Source

Update notification localization file

Daniel Supernault 7 years ago
parent
commit
c6a4882a80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/lang/en/notification.php

+ 1 - 0
resources/lang/en/notification.php

@@ -3,5 +3,6 @@
 return [
 return [
 
 
   'likedPhoto' => 'liked your photo.',
   'likedPhoto' => 'liked your photo.',
+  'startedFollowingYou' => 'started following you.',
 
 
 ];
 ];