mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Added translation for success password save
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
3929c8f260
commit
c6178bd619
|
@ -5,4 +5,5 @@ return [
|
||||||
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||||
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Your password has been reset!',
|
||||||
|
'password_change' => 'Your password has been updated!',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue