diff --git a/resources/lang/pl_PL/auth.php b/resources/lang/pl_PL/auth.php index 5d833b3d68..96f4d83e1f 100644 --- a/resources/lang/pl_PL/auth.php +++ b/resources/lang/pl_PL/auth.php @@ -23,6 +23,6 @@ return [ */ 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.', ]; \ No newline at end of file