From bb4d29d35e8229562989588fc3dfcb54786298fd Mon Sep 17 00:00:00 2001 From: Ruman Saleem Date: Sat, 19 Oct 2019 13:59:47 +0530 Subject: [PATCH] fix typo --- packages/Webkul/Shop/src/Resources/lang/en/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/Webkul/Shop/src/Resources/lang/en/app.php b/packages/Webkul/Shop/src/Resources/lang/en/app.php index 45027fcfa..b3ac6a717 100755 --- a/packages/Webkul/Shop/src/Resources/lang/en/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/en/app.php @@ -68,7 +68,7 @@ return [ 'search' => [ 'no-results' => 'No Results Found', - 'page-title' => congig('app.name') . ' - Search', + 'page-title' => config('app.name') . ' - Search', 'found-results' => 'Search Results Found', 'found-result' => 'Search Result Found' ], @@ -622,7 +622,7 @@ return [ ], 'verification' => [ - 'heading' => congig('app.name') . ' - Email Verification', + 'heading' => config('app.name') . ' - Email Verification', 'subject' => 'Verification Mail', 'verify' => 'Verify Your Account', 'summary' => 'This is the mail to verify that the email address you entered is yours.