Browse Source

Update profile localizations

Daniel Supernault 6 years ago
parent
commit
1d3cddc831
1 changed files with 3 additions and 0 deletions
  1. 3 0
      resources/lang/en/profile.php

+ 3 - 0
resources/lang/en/profile.php

@@ -6,4 +6,7 @@ return [
   'emptyFollowing' => 'This user is not following anyone yet!',
   'emptySaved' => 'You haven’t saved any post yet!',
   'savedWarning'  => 'Only you can see what you’ve saved',
+  'privateProfileWarning' => 'This Account is Private',
+  'alreadyFollow' => 'Already follow :username?',
+  'loginToSeeProfile' => 'to see their photos and videos.',
 ];