From 7ab7881f60018acee4f3468444dc4f4fbeac7929 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:25:01 -0700 Subject: [PATCH] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php index 87ae5f9ef..9351c55a9 100644 --- a/resources/lang/hu/web.php +++ b/resources/lang/hu/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' + ], ];