You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
307 B
8 lines
307 B
<?php
|
|
|
|
return [
|
|
'password_reset' => 'Your password has been successfully reset.',
|
|
'invalid_token' => 'This password reset token is invalid.',
|
|
'reset_link_sent' => 'Password reset link has been sent to your email.',
|
|
'reset_link_failed' => 'Please check your email to reset the password.',
|
|
];
|
|
|