Files
einundzwanzig-portal/resources/lang/fil/auth.php
Benjamin Takats 1d7927607f translations added
2022-12-17 20:28:14 +01:00

10 lines
242 B
PHP

<?php
declare(strict_types=1);
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.',
];