瀏覽代碼

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.',
 
 ];