Browse Source

Use Swedish 'post' instead of 'photo'

Old translation used the Swedish word for 'photo' instead of direclty
translating the word 'post'.
Anton Strömkvist 5 years ago
parent
commit
579f6ffd03
1 changed files with 3 additions and 3 deletions
  1. 3 3
      resources/lang/sv/notification.php

+ 3 - 3
resources/lang/sv/notification.php

@@ -2,11 +2,11 @@
 
 
 return [
 return [
 
 
-  'likedPhoto'          => 'gillade ditt foto.',
+  'likedPhoto'          => 'gillade ditt inlägg.',
   'likedComment'        => 'gillade din kommentar.',
   'likedComment'        => 'gillade din kommentar.',
   'startedFollowingYou' => 'började följa dig.',
   'startedFollowingYou' => 'började följa dig.',
-  'commented'           => 'kommenterade ditt foto.',
+  'commented'           => 'kommenterade ditt inlägg.',
   'mentionedYou'        => 'nämnde dig.',
   'mentionedYou'        => 'nämnde dig.',
-  'shared'				=> 'delade ditt foto.',
+  'shared'              => 'delade ditt inlägg.',
 
 
 ];
 ];