From 9d92608d2c754a311e49fcbfbe6ab644a8137c9c Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 2 Dec 2021 11:07:47 +0100 Subject: [PATCH] Update auth.php Minor change --- resources/lang/pt/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt/auth.php b/resources/lang/pt/auth.php index e8fb5ad00..222a98439 100644 --- a/resources/lang/pt/auth.php +++ b/resources/lang/pt/auth.php @@ -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.', ];