mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update auth.php
Minor change
This commit is contained in:
parent
3904849e36
commit
9d92608d2c
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'failed' => 'As credenciais introduzidas não correspondem aos nossos registos.',
|
'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.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue