#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

@ -262,7 +262,7 @@ return [
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => '',
'Children' => '',
'Class' => '',
'Code for two factor authentication' => '',
'Code for two factor authentication on {0}' => '',
'Data privacy' => '',
'Email' => '',
'Error while enabling SMS two factor authentication. Please reload the page.' => '',
@ -300,4 +300,5 @@ return [
'Your two factor authentication method is based on "{0}".' => '',
'{0, date, MMM dd, YYYY HH:mm}' => '',
'{0, date, MMMM dd, YYYY HH:mm}' => '',
'Code for two factor authentication' => '@@@@',
];