Skip to content

Commit

Permalink
✏️ Update auth.php - Dutch language redaction (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
davevancauwenberghe authored Dec 4, 2024
1 parent ee07e30 commit d1591da
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 d1591da

Please sign in to comment.