Просмотр исходного кода

Merge pull request #29 from Grazouillis/patch-4

Call a variable correctly
daniel 7 лет назад
Родитель
Сommit
d38b7be9ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/lang/fr/auth.php

+ 1 - 1
resources/lang/fr/auth.php

@@ -11,6 +11,6 @@ return [
     |
     */
     '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.