From 8544ff53926f96ed5829da170400c2ae7bd53d52 Mon Sep 17 00:00:00 2001 From: Dimitri Snijder Date: Fri, 16 Feb 2018 12:38:13 +0100 Subject: [PATCH] Update nl.yml The default variable authentication_keys from Devise is email. 'Ongeldige e-mailadres of wachtwoord' is not correct in Dutch, it should be 'Ongeldig e-mailadres of wachtwoord'. --- rails/locales/nl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rails/locales/nl.yml b/rails/locales/nl.yml index 5422b457..a42a4871 100644 --- a/rails/locales/nl.yml +++ b/rails/locales/nl.yml @@ -37,10 +37,10 @@ nl: failure: already_authenticated: Je bent reeds aangemeld. inactive: Je account is nog niet geactiveerd. - invalid: Ongeldige %{authentication_keys} of wachtwoord. + invalid: Ongeldig %{authentication_keys} of wachtwoord. last_attempt: Je hebt nog één poging voordat je account vergrendeld wordt. locked: Je account is vergrendeld. - not_found_in_database: Ongeldige %{authentication_keys} of wachtwoord. + not_found_in_database: Ongeldig %{authentication_keys} of wachtwoord. timeout: Je sessie is verlopen, meld je opnieuw aan om door te gaan. unauthenticated: Je dient je aan te melden of in te schrijven om door te gaan. unconfirmed: Je dient eerst je account te bevestigen.