Update config.php

This commit is contained in:
Lorenzo Yario 2025-10-29 16:44:55 -05:00 committed by GitHub
parent 34e39905f9
commit 44b9798c10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1275,6 +1275,7 @@
// Moderator errors
'toomanyunban' => _('You are only allowed to unban %s users at a time. You tried to unban %u users.'),
'invalid' => _('Invalid username and/or password.'),
'infotoolong' => _('Username and/or password contains too many characters.'),
'insecure' => _('Login on insecure connections is disabled.'),
'notamod' => _('You are not a mod…'),
'invalidafter' => _('Invalid username and/or password. Your user may have been deleted or changed.'),