diff --git a/resources/lang/uk/web.php b/resources/lang/uk/web.php index a4219dd9b..ed11a9f27 100644 --- a/resources/lang/uk/web.php +++ b/resources/lang/uk/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'People you may know' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];