diff --git a/resources/lang/ja/web.php b/resources/lang/ja/web.php index f782de4a5..56b8d1ee5 100644 --- a/resources/lang/ja/web.php +++ b/resources/lang/ja/web.php @@ -176,6 +176,10 @@ return [ 'timeline' => [ 'peopleYouMayKnow' => '知り合いかも' - ] + ], + + 'hashtags' => [ + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + ], ];