From 719cb7c40f507f57bdc5d09a5ba7421a7ef70141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Mon, 10 Jun 2019 01:41:49 +0200 Subject: [PATCH] Fixing en/de mismatch with LengthDeprecationWarning --- containers/frontend/dist/i18n/de.json | 2 +- containers/frontend/dist/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/frontend/dist/i18n/de.json b/containers/frontend/dist/i18n/de.json index f23f140..b8dad01 100644 --- a/containers/frontend/dist/i18n/de.json +++ b/containers/frontend/dist/i18n/de.json @@ -13,7 +13,7 @@ "ForgotPassword": "Passwort vergessen?", "Generate": "Erstelle", "Length": "Länge", - "LengthDeprecationWarning": "The maximum length of a password is 35 characters.", + "LengthDeprecationWarning": "Die maximale Länge eines Passwortes beträgt 35 Zeichen.", "LessPass Database Url": "LessPass Datenbank Url", "Login": "Login", "LoginFormInvalid": "LessPass URL, email-Adresse und Passwort sind obligatorisch", diff --git a/containers/frontend/dist/i18n/en.json b/containers/frontend/dist/i18n/en.json index 9f65772..16f3a30 100644 --- a/containers/frontend/dist/i18n/en.json +++ b/containers/frontend/dist/i18n/en.json @@ -13,7 +13,7 @@ "ForgotPassword": "Forgot your password?", "Generate": "Generate", "Length": "Length", - "LengthDeprecationWarning": "Die maximale Länge eines Passwortes beträgt 35 Zeichen.", + "LengthDeprecationWarning": "The maximum length of a password is 35 characters.", "LessPass Database Url": "LessPass Database Url", "Login": "Login", "LoginFormInvalid": "LessPass URL, email, and password are mandatory",