瀏覽代碼

Fixing en/de mismatch with LengthDeprecationWarning

pull/433/head
Daniel Koć 5 年之前
committed by Guillaume Vincent
父節點
當前提交
719cb7c40f
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      containers/frontend/dist/i18n/de.json
  2. +1
    -1
      containers/frontend/dist/i18n/en.json

+ 1
- 1
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",


+ 1
- 1
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",


Loading…
取消
儲存