Files
einundzwanzig-app/lang/en/auth.php
2025-11-21 04:28:08 +01:00

10 lines
251 B
PHP

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