diff --git a/webapp/components/PasswordReset/PasswordReset.vue b/webapp/components/PasswordReset/PasswordReset.vue index e34efc070..e7d3a5f65 100644 --- a/webapp/components/PasswordReset/PasswordReset.vue +++ b/webapp/components/PasswordReset/PasswordReset.vue @@ -63,7 +63,7 @@ export default { email: { type: 'email', required: true, - message: this.$t('common.validations.email'), + message: this.$t('password-reset.form.validations.email'), }, }, disabled: true, diff --git a/webapp/components/PasswordReset/VerifyCode.vue b/webapp/components/PasswordReset/VerifyCode.vue index 73bcfa6cd..7df5395f0 100644 --- a/webapp/components/PasswordReset/VerifyCode.vue +++ b/webapp/components/PasswordReset/VerifyCode.vue @@ -4,8 +4,8 @@ @@ -27,3 +27,24 @@ + + diff --git a/webapp/locales/de.json b/webapp/locales/de.json index dece0fcff..3610ff68b 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -24,8 +24,12 @@ }, "verify-code": { "form": { + "input": "Code eingeben", "description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.", - "submit": "Sicherheitscode überprüfen" + "submit": "Sicherheitscode überprüfen", + "validations": { + "code": "muss genau 6 Buchstaben lang sein" + } } }, "editor": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index d18603278..225c26391 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -26,7 +26,10 @@ "form": { "input": "Enter your code", "description": "Open your inbox and enter the code that we've sent to you.", - "submit": "Check security code" + "submit": "Check security code", + "validations": { + "code": "must be 6 characters long" + } } }, "editor": {