2019-12-06 12:03:04 -08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-06-30 17:34:46 -07:00
|
|
|
'sent' => '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.',
|
2022-08-08 15:29:28 -07:00
|
|
|
'reset' => 'Mae eich cyfrinair wedi cael ei ailosod!',
|
2023-11-27 06:43:16 -08:00
|
|
|
'password_change' => 'Your password has been updated!',
|
2019-12-06 12:03:04 -08:00
|
|
|
];
|