Files
einundzwanzig-portal/lang/en/auth.php
2023-02-19 18:05:16 +01:00

8 lines
214 B
PHP

<?php
return [
'failed' => 'These credentials do not match our records.',
'password' => 'The password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];