Update auth.php

Minor change
This commit is contained in:
Artur Mancha 2021-12-02 11:07:47 +01:00 committed by GitHub
parent 3904849e36
commit 9d92608d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,6 @@ return [
*/
'failed' => 'As credenciais introduzidas não correspondem aos nossos registos.',
'throttle' => 'MDemasiadas tentativas de login. Tente novamente em :seconds segundos.',
'throttle' => 'Demasiadas tentativas de login. Tente novamente em :seconds segundos.',
];