소스 검색

Update notification.php

es-ka 6 년 전
부모
커밋
5a7176181e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.',
 
 ];