diff --git a/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php b/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php index 6a94dab7d..1dcca7d44 100755 --- a/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/layouts/anonymous-master.blade.php @@ -78,9 +78,9 @@ diff --git a/packages/Webkul/Admin/src/Resources/views/layouts/nav-top.blade.php b/packages/Webkul/Admin/src/Resources/views/layouts/nav-top.blade.php index 3bb21692c..12369b3b1 100755 --- a/packages/Webkul/Admin/src/Resources/views/layouts/nav-top.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/layouts/nav-top.blade.php @@ -3,9 +3,9 @@ diff --git a/packages/Webkul/Shop/src/Resources/lang/en/app.php b/packages/Webkul/Shop/src/Resources/lang/en/app.php index 5b4798e78..b3ac6a717 100755 --- a/packages/Webkul/Shop/src/Resources/lang/en/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/en/app.php @@ -20,7 +20,7 @@ return [ ], 'home' => [ - 'page-title' => 'Bagisto - Home', + 'page-title' => config('app.name') . ' - Home', 'featured-products' => 'Featured Products', 'new-products' => 'New Products', 'verify-email' => 'Verify your email account', @@ -61,14 +61,14 @@ return [ 'subscribed' => 'You are now subscribed to subscription emails.', 'not-subscribed' => 'You can not be subscribed to subscription emails, please try again later.', 'already' => 'You are already subscribed to our subscription list.', - 'unsubscribed' => 'You are unsubscribed from subscription mails0', + 'unsubscribed' => 'You are unsubscribed from subscription mails.', 'already-unsub' => 'You are already unsubscribed.', 'not-subscribed' => 'Error! Mail can not be sent currently, please try again later.' ], 'search' => [ 'no-results' => 'No Results Found', - 'page-title' => 'Bagisto - Search', + 'page-title' => config('app.name') . ' - Search', 'found-results' => 'Search Results Found', 'found-result' => 'Search Result Found' ], @@ -607,7 +607,7 @@ return [ 'username-email' => 'UserName/Email', 'subject' => 'New Customer Registration', 'password' => 'Password', - 'summary' => 'Your account has been created in bagisto. + 'summary' => 'Your account has been created. Your account details are below: ', 'thanks' => 'Thanks!', ], @@ -616,13 +616,13 @@ return [ 'subject' => 'New Customer Registration', 'customer-registration' => 'Customer Registered Successfully', 'dear' => 'Dear :customer_name', - 'greeting' => 'Welcome and thank you for registering at Bagisto!', + 'greeting' => 'Welcome and thank you for registering with us!', 'summary' => 'Your account has now been created successfully and you can login using your email address and password credentials. Upon logging in, you will be able to access other services including reviewing past orders, wishlists and editing your account information.', 'thanks' => 'Thanks!', ], 'verification' => [ - 'heading' => 'Bagisto - 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. @@ -631,9 +631,9 @@ return [ 'subscription' => [ 'subject' => 'Subscription Email', - 'greeting' => ' Welcome to Bagisto - Email Subscription', + 'greeting' => ' Welcome to ' . config('app.name') . ' - Email Subscription', 'unsubscribe' => 'Unsubscribe', - 'summary' => 'Thanks for putting me into your inbox. It’s been a while since you’ve read Bagisto email, and we don’t want to overwhelm your inbox. If you still do not want to receive + 'summary' => 'Thanks for putting me into your inbox. It’s been a while since you’ve read ' . config('app.name') . ' email, and we don’t want to overwhelm your inbox. If you still do not want to receive the latest email marketing news then for sure click the button below.' ] ] diff --git a/packages/Webkul/Shop/src/Resources/lang/es/app.php b/packages/Webkul/Shop/src/Resources/lang/es/app.php index 48d5939d7..418664a6a 100644 --- a/packages/Webkul/Shop/src/Resources/lang/es/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/es/app.php @@ -18,7 +18,7 @@ return [ ], 'home' => [ - 'page-title' => 'Bagisto - Inicio', + 'page-title' => config('app.name') . ' - Inicio', 'featured-products' => 'Productos Destacados', 'new-products' => 'Nuevos Productos', 'verify-email' => 'Verifica tu cuenta de correo', diff --git a/packages/Webkul/Shop/src/Resources/lang/fa/app.php b/packages/Webkul/Shop/src/Resources/lang/fa/app.php index cede74c67..194dca4c3 100644 --- a/packages/Webkul/Shop/src/Resources/lang/fa/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/fa/app.php @@ -60,7 +60,7 @@ return [ 'subscribed' => 'شما هم اکنون در ایمیل های اشتراک مشترک شده اید', 'not-subscribed' => 'شما نمی توانید به عضویت در ایمیل مشترک شوید ، پس از مدتی دوباره امتحان کنید', 'already' => 'شما قبلاً در لیست اشتراک های ما مشترک شده اید', - 'unsubscribed' => 'شما از نامه های اشتراک Bagisto مشترک نیستید', + 'unsubscribed' => 'شما از نامه های اشتراک مشترکاً مشترک نیستید', 'already-unsub' => 'شما قبلاً لغو اشتراک شده اید', 'not-subscribed' => 'خطا! نامه ارسال نمی شود در حال حاضر ، لطفا بعدا دوباره امتحان کنید' ], diff --git a/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php b/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php index 3578bf7ea..a5b4f42a4 100755 --- a/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php +++ b/packages/Webkul/Shop/src/Resources/lang/pt_BR/app.php @@ -16,7 +16,7 @@ return [ ], 'home' => [ - 'page-title' => 'Bagisto - Home', + 'page-title' => config('app.name') . ' - Home', 'featured-products' => 'Produtos em Destaque', 'new-products' => 'Novos Produtos', 'verify-email' => 'Verifique sua Conta de E-mail', diff --git a/packages/Webkul/Shop/src/Resources/views/emails/layouts/logo.blade.php b/packages/Webkul/Shop/src/Resources/views/emails/layouts/logo.blade.php index febab50ee..23ec69da3 100644 --- a/packages/Webkul/Shop/src/Resources/views/emails/layouts/logo.blade.php +++ b/packages/Webkul/Shop/src/Resources/views/emails/layouts/logo.blade.php @@ -1,5 +1,5 @@ @if (core()->getConfigData('general.design.admin_logo.logo_image')) - Bagisto + {{ config('app.name') }} @else @endif \ No newline at end of file