Skip to content

Commit

Permalink
Update auth.php
Browse files Browse the repository at this point in the history
- Language redaction, more natural Dutch flow.
  • Loading branch information
davevancauwenberghe authored Dec 3, 2024
1 parent 97948aa commit df1e267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/nl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
];

0 comments on commit df1e267

Please sign in to comment.