1 files changed, 2 insertions, 1 deletions
diff --git a/locales/nl/auth.json b/locales/nl/auth.json
index fcf5b8b1..d84fdcea 100644
--- a/locales/nl/auth.json
+++ b/locales/nl/auth.json
@@ -1,7 +1,8 @@
{
"login": {
"INVALID_LOGIN": "E-mailadres of telefoon niet gevonden",
- "INVALID_PASSWORD": "Ongeldig wachtwoord"
+ "INVALID_PASSWORD": "Ongeldig wachtwoord",
+ "ACCOUNT_DISABLED": "This account is disabled"
},
"register": {
"REGISTRATION_DISABLED": "Registratie voor nieuwe gebruikers is uitgeschakeld",
|