diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php index 5c4194745..9fcf8f020 100644 --- a/resources/lang/fr/web.php +++ b/resources/lang/fr/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Connaissances possibles' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];