forked from mirror/pixelfed
call a variable correctly
:seconds instead : secondes
This commit is contained in:
parent
d8bbe98728
commit
46b32d9890
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'failed' => 'Ces informations ne correspondent pas à nos dossiers.',
|
'failed' => 'Ces informations ne correspondent pas à nos dossiers.',
|
||||||
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans: secondes secondes.',
|
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.',
|
||||||
];
|
];
|
||||||
© 2018 GitHub, Inc.
|
© 2018 GitHub, Inc.
|
||||||
|
|
Loading…
Reference in a new issue