Fix locales issue #43 (#46)

* Fix locales issue #43

* Adding open-direction bottom to the language multiselect
This commit is contained in:
mchev
2024-03-27 11:00:36 +01:00
committed by GitHub
parent 9bb4963e8a
commit 223678e5bd
66 changed files with 10 additions and 9 deletions

22
lang/en/passwords.php Normal file
View File

@@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'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!',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
];