소스 검색

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


불러오는 중...
취소
저장