¨4.0.1¨
This commit is contained in:
@@ -163,7 +163,7 @@ return [
|
||||
'translatable.check_payment_description' => 'Description',
|
||||
'translatable.check_payment_instructions' => 'Instructions',
|
||||
|
||||
// validation
|
||||
# validation
|
||||
'supported_countries.*' => 'Supported Countries',
|
||||
'supported_locales.*' => 'Supported Locales',
|
||||
'supported_currencies.*' => 'Supported Currencies',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'settings_have_been_saved' => 'Settings have been saved.',
|
||||
'settings_updated' => 'Settings updated',
|
||||
];
|
||||
|
||||
@@ -62,7 +62,7 @@ return [
|
||||
],
|
||||
'send_welcome_email_after_registration' => 'Send welcome email after registration',
|
||||
'send_invoice_email' => 'Send invoice email to the customer after checkout',
|
||||
'allow_customers_to_subscribe' => 'Allow customers to subscribe to your newsletter.',
|
||||
'allow_customers_to_subscribe' => 'Allow customers to subscribe to your newsletter',
|
||||
'enable_facebook_login' => 'Enable Facebook Login',
|
||||
'enable_google_login' => 'Enable Google Login',
|
||||
'enable_free_shipping' => 'Enable Free Shipping',
|
||||
@@ -83,6 +83,6 @@ return [
|
||||
'enable_check_payment' => 'Enable Check / Money Order',
|
||||
],
|
||||
'validation' => [
|
||||
'sqlite_is_not_installed' => 'SQLite is not installed.',
|
||||
'sqlite_is_not_installed' => 'SQLite is not installed',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user