PR #458 - fix and improvement required by @mp1509
This commit is contained in:
@ -272,6 +272,7 @@ return [
|
||||
'Insert the code you received by email.' => '',
|
||||
'Insert the mobile phone number where you want to receive text message in international format' => '',
|
||||
'Items' => '',
|
||||
'Mobile phone not found, please check your profile' => '',
|
||||
'Mobile phone number' => '',
|
||||
'Mobile phone number successfully enabled.' => '',
|
||||
'Password' => '',
|
||||
@ -281,6 +282,10 @@ return [
|
||||
'Select rule...' => '',
|
||||
'Submit' => '',
|
||||
'Text message' => '',
|
||||
'The email address set is: "{0}".' => '',
|
||||
'The email sending failed, please check your configuration.' => '',
|
||||
'The phone number set is: "{0}".' => '',
|
||||
'The sms sending failed, please check your configuration.' => '',
|
||||
'This is the code to insert to enable two factor authentication' => '',
|
||||
'Two factor authentication code by SMS' => '',
|
||||
'Two factor authentication code by email' => '',
|
||||
@ -290,10 +295,12 @@ return [
|
||||
'Website' => '',
|
||||
'Yandex' => '',
|
||||
'Your consent is required to work with this site' => '',
|
||||
'Your two factor authentication method is based on "{0}".' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '',
|
||||
'Every user having your role has two factor authentication mandatory, you must enable it' => '@@@@',
|
||||
'Insert the mobile phone number on which to receive text message.' => '@@@@',
|
||||
'Insert the mobile phone number where you want to receive text message in international format.' => '@@@@',
|
||||
'Insert the mobile phone number where you want to receive text message.' => '@@@@',
|
||||
'Mobile phone number not registered.' => '@@@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user