diff --git a/resources/lang/de/notification.php b/resources/lang/de/notification.php index f57f22e83..e08d6aea5 100644 --- a/resources/lang/de/notification.php +++ b/resources/lang/de/notification.php @@ -3,8 +3,10 @@ return [ 'likedPhoto' => 'gefällt dein Foto.', + 'likedComment' => 'gefällt dein Kommentar.', 'startedFollowingYou' => 'folgt dir nun.', 'commented' => 'hat deinen Post kommentiert.', 'mentionedYou' => 'hat dich erwähnt.', + 'shared' => 'hat deinen Post teilen.', ];