Enhancements to Mailer exception handling fixes #79
This commit is contained in:
@ -35,6 +35,8 @@ return [
|
||||
'Disable Two-Factor Auth' => '',
|
||||
'Enable' => '',
|
||||
'Enable Two-factor auth' => '',
|
||||
'Error sending registration message to "{email}". Please try again later.' => '',
|
||||
'Error sending welcome message to "{email}". Please try again later.' => '',
|
||||
'Impersonate this user' => '',
|
||||
'Invalid two-factor code' => '',
|
||||
'Last login' => '',
|
||||
@ -67,6 +69,8 @@ return [
|
||||
'Unable to update authorization rule.' => '',
|
||||
'Update rule' => '',
|
||||
'Updated at' => '',
|
||||
'User account could not be created.' => '',
|
||||
'User could not be registered.' => '',
|
||||
'User not found.' => '',
|
||||
'Verification failed. Please, enter new code.' => '',
|
||||
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => '',
|
||||
|
||||
Reference in New Issue
Block a user