Add description to the password input when updating a user
This commit is contained in:
parent
95fb00ac8d
commit
fd49b18bf4
|
@ -59,7 +59,8 @@ class UserForm extends RepositoryForm
|
|||
'password',
|
||||
'password',
|
||||
array(
|
||||
'label' => $this->translate('Password')
|
||||
'description' => $this->translate('Leave empty for not updating the user\'s password'),
|
||||
'label' => $this->translate('Password'),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue