#458 fix on email subject message and on send sms
This commit is contained in:
@ -277,7 +277,7 @@ return [
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '{0, date, dd. MMM YYYY, HH:mm}',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd. MMMM YYYY, HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} darf nicht leer sein.',
|
||||
'Code for two factor authentication' => '',
|
||||
'Code for two factor authentication on {0}' => '',
|
||||
'Error while enabling SMS two factor authentication. Please reload the page.' => '',
|
||||
'Google Authenticator' => '',
|
||||
'Information' => '',
|
||||
@ -300,4 +300,5 @@ return [
|
||||
'Two factor authentication code by email' => '',
|
||||
'Your role requires 2FA, you won\'t be able to use the application until you enable it' => '',
|
||||
'Your two factor authentication method is based on "{0}".' => '',
|
||||
'Code for two factor authentication' => '@@@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user