about summary refs log tree commit diff
path: root/config/locales/devise.nl.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-25 01:17:01 +0200
committerGitHub <noreply@github.com>2018-10-25 01:17:01 +0200
commit9b5348240eb78814690691288c655ede7d7f9415 (patch)
tree6204a96250d7bdc9ea0000adde2459cf05b19cfe /config/locales/devise.nl.yml
parente8ffecbd3606a1558563e0cb5f8ea296a6ab2ede (diff)
Add consistent interpolations check to CircleCI (#9072)
* Add consistent interpolations check to CircleCI

* Fix locale strings using wrong variables
Diffstat (limited to 'config/locales/devise.nl.yml')
-rw-r--r--config/locales/devise.nl.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/devise.nl.yml b/config/locales/devise.nl.yml
index b21798deb..637b1e731 100644
--- a/config/locales/devise.nl.yml
+++ b/config/locales/devise.nl.yml
@@ -8,11 +8,11 @@ nl:
     failure:
       already_authenticated: Je bent al ingelogd.
       inactive: Jouw account is nog niet geactiveerd.
-      invalid: Ongeldig e-mailadres of wachtwoord.
+      invalid: Ongeldig %{authentication_keys}.
       invalid_token: Ongeldige bevestigingscode.
       last_attempt: Je hebt nog één poging over voordat jouw account wordt opgeschort.
       locked: Jouw account is opgeschort.
-      not_found_in_database: Ongeldig e-mailadres of wachtwoord.
+      not_found_in_database: Ongeldig %{authentication_keys}.
       timeout: Jouw sessie is verlopen, log opnieuw in.
       unauthenticated: Je dient in te loggen of te registreren.
       unconfirmed: Je dient eerst jouw account te bevestigen.