updated laravel core language files

This commit is contained in:
Denis Duliçi
2021-06-15 16:01:55 +03:00
parent 96176153ba
commit f4513467ba
3 changed files with 110 additions and 73 deletions

View File

@ -15,9 +15,9 @@ return [
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'sent' => 'We have emailed your password reset link!',
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
'throttle' => 'Please wait before retrying.',
'user' => "We can't find a user with that email address.",
];