From 9e9436f58e439e65210cf355dfe3db90affce35d Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:24:57 -0700 Subject: [PATCH] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index a4219dd9b..ed11a9f27 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/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' + ], ];