Skip to content

Commit 579d98a

Browse files
authored
Merge pull request #1314 from maantje/patch-2
Update Dutch password_hint translation to correspond with validation
2 parents 98a4359 + 6f71022 commit 579d98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lang/nl/auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'email' => 'Email',
2828
'password' => 'Wachtwoord',
2929
'password_confirm' => 'Wachtwoord Bevestigen',
30-
'password_hint' => 'Minimaal 5 tekens',
30+
'password_hint' => 'Minimaal 6 tekens',
3131
'forgot_password' => 'Wachtwoord vergeten?',
3232
'remember_me' => 'Mij onthouden',
3333
'ldap_email_hint' => 'Geef een email op waarmee je dit account wilt gebruiken.',
@@ -73,4 +73,4 @@
7373
'email_not_confirmed_click_link' => 'Klik op de link in de e-mail die vlak na je registratie is verstuurd.',
7474
'email_not_confirmed_resend' => 'Als je deze e-mail niet kunt vinden kun je deze met onderstaande formulier opnieuw verzenden.',
7575
'email_not_confirmed_resend_button' => 'Bevestigingsmail Opnieuw Verzenden',
76-
];
76+
];

0 commit comments

Comments
 (0)