All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
19 lines
434 B
PHP
19 lines
434 B
PHP
<?php
|
|
|
|
return [
|
|
'fields' => [
|
|
'user' => 'User',
|
|
'users' => 'Users',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'email_verified_at' => 'Email verified at',
|
|
'password' => 'Password',
|
|
'role' => 'Role',
|
|
],
|
|
|
|
'hints' => [
|
|
'password_create' => 'Leave empty to send an invitation email.',
|
|
'password_edit' => 'Leave empty to keep the current password.',
|
|
],
|
|
];
|