Skip to content

Commit

Permalink
Merge pull request #1314 from maantje/patch-2
Browse files Browse the repository at this point in the history
Update Dutch password_hint translation to correspond with validation
  • Loading branch information
ssddanbrown authored Mar 7, 2019
2 parents 98a4359 + 6f71022 commit 579d98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lang/nl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'email' => 'Email',
'password' => 'Wachtwoord',
'password_confirm' => 'Wachtwoord Bevestigen',
'password_hint' => 'Minimaal 5 tekens',
'password_hint' => 'Minimaal 6 tekens',
'forgot_password' => 'Wachtwoord vergeten?',
'remember_me' => 'Mij onthouden',
'ldap_email_hint' => 'Geef een email op waarmee je dit account wilt gebruiken.',
Expand Down Expand Up @@ -73,4 +73,4 @@
'email_not_confirmed_click_link' => 'Klik op de link in de e-mail die vlak na je registratie is verstuurd.',
'email_not_confirmed_resend' => 'Als je deze e-mail niet kunt vinden kun je deze met onderstaande formulier opnieuw verzenden.',
'email_not_confirmed_resend_button' => 'Bevestigingsmail Opnieuw Verzenden',
];
];

0 comments on commit 579d98a

Please sign in to comment.