Files
roxane/lang/en/passwords.php

11 lines
422 B
PHP

<?php
return [
'reset' => 'Your password has been reset.',
'sent' => 'We have emailed your password reset link.',
'sent_if_exists' => 'A reset link will be sent if the account exists.',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => 'We can\'t find a user with that email address.',
];