From 07c508021e29dad26834066d2af194a41abda075 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 25 Dec 2021 20:08:52 -0700 Subject: [PATCH] Add i18n string --- resources/lang/en/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/lang/en/web.php b/resources/lang/en/web.php index 928b7aa85..a4219dd9b 100644 --- a/resources/lang/en/web.php +++ b/resources/lang/en/web.php @@ -116,6 +116,9 @@ return [ 'editProfile' => 'Edit Profile', 'followRequested' => 'Follow Requested', 'joined' => 'Joined', + + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [