handle invalid email address

This commit is contained in:
Denis Duliçi
2023-04-24 11:02:45 +03:00
parent d1cd9a5cd4
commit c15d9349b0
11 changed files with 286 additions and 0 deletions

View File

@ -72,6 +72,7 @@ return [
'attachments' => 'Attachment|Attachments',
'histories' => 'History|Histories',
'your_notifications' => 'Your notification|Your notifications',
'employees' => 'Employee|Employees',
'welcome' => 'Welcome',
'banking' => 'Banking',

View File

@ -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' => [