handle invalid email address
This commit is contained in:
@ -72,6 +72,7 @@ return [
|
||||
'attachments' => 'Attachment|Attachments',
|
||||
'histories' => 'History|Histories',
|
||||
'your_notifications' => 'Your notification|Your notifications',
|
||||
'employees' => 'Employee|Employees',
|
||||
|
||||
'welcome' => 'Welcome',
|
||||
'banking' => 'Banking',
|
||||
|
@ -63,6 +63,17 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'email' => [
|
||||
|
||||
'invalid' => [
|
||||
|
||||
'title' => 'Invalid :type Email',
|
||||
'description' => '<strong>:email</strong> email address has been reported as invalid and the person has been disabled. Please check the following error message and fix the email address:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
||||
'export_completed' => [
|
||||
@ -177,6 +188,13 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'invalid_email' => [
|
||||
|
||||
'title' => 'Invalid :type Email',
|
||||
'description' => '<strong>:email</strong> email address has been reported as invalid and the person has been disabled. Please check and fix the email address.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
Reference in New Issue
Block a user