diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index dcf5ccc97..4ead949e9 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Lidé, které možná znáte' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];