Ver código fonte

Update notification.php

es-ka 6 anos atrás
pai
commit
5a7176181e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      resources/lang/de/notification.php

+ 2 - 2
resources/lang/de/notification.php

@@ -2,9 +2,9 @@
 
 return [
 
-  'likedPhoto'          => 'gefällt dein Foto.',
+  'likedPhoto'          => 'gefällt dein Foto.',
   'startedFollowingYou' => 'folgt dir nun.',
   'commented'           => 'hat deinen Post kommentiert.',
-  'mentionedYou'        => 'hat dich erwähnt.',
+  'mentionedYou'        => 'hat dich erwähnt.',
 
 ];