passwords.php 341 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'reset' => 'Your password has been reset.',
  5. 'sent' => 'We have emailed your password reset link.',
  6. 'throttled' => 'Please wait before retrying.',
  7. 'token' => 'This password reset token is invalid.',
  8. 'user' => 'We can\'t find a user with that email address.',
  9. ];