mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update auth.php
This commit is contained in:
parent
b30d03e07c
commit
87c3b24746
1 changed files with 2 additions and 2 deletions
|
@ -11,6 +11,6 @@ return [
|
|||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
'failed' => 'Ces informations ne correspondent pas à nos dossiers.',
|
||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
|
||||
'failed' => 'Ces informations d\'identification ne correspondent à aucune se trouvant dans notre base de données.',
|
||||
'throttle' => 'Beaucoup de tentatives de connexion ont été effectuées. Veuillez réessayer dans :seconds secondes.',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue