Skip to content

Commit

Permalink
Merge pull request #1037 from LasseHaslev/issue/1007/norwegian-transl…
Browse files Browse the repository at this point in the history
…ations

[nb and nn] - Update password char count from six to eight
  • Loading branch information
caouecs authored Mar 27, 2019
2 parents bf2201c + 3fc9bfb commit c5e3d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nb/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'password' => 'Passord skal ha minst seks tegn og være være likt bekreftelsen.',
'password' => 'Passord skal ha minst åtte tegn og være lik bekreftelsen.',
'reset' => 'Passordet ble endret!',
'sent' => 'Vi har sendt deg en lenke du kan klikke på for å endre passordet ditt!',
'token' => 'Passord-nullstillingskoden er ikke gyldig.',
Expand Down
2 changes: 1 addition & 1 deletion src/nn/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'password' => 'Passordet skal ha minst seks teikn og vere lik stadfestinga.',
'password' => 'Passordet skal ha minst åtte teikn og vere lik stadfestinga.',
'reset' => 'Passordet vart endra!',
'sent' => 'Vi har sendt deg ei lenke du kan klikke på for å endre passordet ditt!',
'token' => 'Koden for å nullstille passord er ikkje gyldig.',
Expand Down

0 comments on commit c5e3d88

Please sign in to comment.