passwords.php 315 B

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