feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -8,6 +8,11 @@ return [
|
||||
'email' => 'Email',
|
||||
'email_verified_at' => 'Email verified at',
|
||||
'password' => 'Password',
|
||||
'role' => 'Role'
|
||||
]
|
||||
'role' => 'Role',
|
||||
],
|
||||
|
||||
'hints' => [
|
||||
'password_create' => 'Leave empty to send an invitation email.',
|
||||
'password_edit' => 'Leave empty to keep the current password.',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user