File: D:/HostingSpaces/SBogers10/boldt.komma.pro/resources/lang/en/site/passwords.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Your password needs to contain at least 6 characters; both passwords should match.',
'reset' => 'The password to your account has been modified.',
'sent' => 'We have sent an e-mail with instructions to set up your new password.',
'token' => 'This password recovery token is not valid.',
'user' => 'No user found in the system connected to this e-mail address.',
];