mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Make the strings match
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a31bca1798
commit
2f258a3e3d
|
@ -14,11 +14,8 @@ return array(
|
|||
*/
|
||||
|
||||
"password" => "Passwords must be six characters and match the confirmation.",
|
||||
|
||||
"user" => "Username or email address is incorrect",
|
||||
|
||||
"token" => 'This password reset token is invalid or expired, or does not match the username provided.',
|
||||
|
||||
"sent" => "If a matching email address was found, a password reminder has been sent!",
|
||||
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
||||
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue