From 7dc3c41cbd57ee99836a48b6b9a01123ee39049a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:58 -0700 Subject: [PATCH] New translations web.php (Polish) [ci skip] --- resources/lang/pl/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php index 37ee8b285..c6d95d320 100644 --- a/resources/lang/pl/web.php +++ b/resources/lang/pl/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => 'Ludzie, których możesz znać' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];