From df1e2678509b5bcfe03795b5d71e8140708aca3b Mon Sep 17 00:00:00 2001 From: Dave Van Cauwenberghe <140426361+appledavevc@users.noreply.github.com> Date: Tue, 3 Dec 2024 03:41:20 +0100 Subject: [PATCH] Update auth.php - Language redaction, more natural Dutch flow. --- lang/nl/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/nl/auth.php b/lang/nl/auth.php index d7bcd9dbd..a042aa60e 100644 --- a/lang/nl/auth.php +++ b/lang/nl/auth.php @@ -15,7 +15,7 @@ * @copyright https://github.com/Laravel-Lang/lang MIT-License */ return [ - 'failed' => 'Deze combinatie van e-mailadres en wachtwoord is niet geldig.', + 'failed' => 'De combinatie van het opgegeven e-mailadres en wachtwoord is ongeldig.', 'password' => 'Het opgegeven wachtwoord is onjuist.', - 'throttle' => 'Te veel mislukte loginpogingen. Probeer het over :seconds seconden nogmaals.', + 'throttle' => 'Te veel ongeldige aanmeldpogingen. Probeer het over :seconds seconden opnieuw.', ];