#458 fix on email subject message and on send sms

This commit is contained in:
Antonio Cordeddu
2022-08-11 12:15:53 +02:00
parent 8b6c6282f9
commit 902970c718
30 changed files with 54 additions and 31 deletions

View File

@ -271,7 +271,7 @@ return [
'{0} cannot be blank.' => '{0} não pode estar em branco',
'According to the European General Data Protection Regulation (GDPR) we need your consent to work with your personal data.' => '',
'An email with instructions to create a new password has been sent to {email} if it is associated with an {appName} account. Your existing password has not been changed.' => '',
'Code for two factor authentication' => '',
'Code for two factor authentication on {0}' => '',
'Data privacy' => '',
'Error while enabling SMS two factor authentication. Please reload the page.' => '',
'Google Authenticator' => '',
@ -300,4 +300,5 @@ return [
'Your consent is required to work with this site' => '',
'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' => '@@@@',
];