diff --git a/webapp/components/PasswordReset/VerifyCode.vue b/webapp/components/PasswordReset/VerifyCode.vue index d6bea39df..73bcfa6cd 100644 --- a/webapp/components/PasswordReset/VerifyCode.vue +++ b/webapp/components/PasswordReset/VerifyCode.vue @@ -1,9 +1,29 @@ diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 5e2be98f8..dece0fcff 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -24,7 +24,8 @@ }, "verify-code": { "form": { - "description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben." + "description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.", + "submit": "Sicherheitscode überprüfen" } }, "editor": { diff --git a/webapp/locales/en.json b/webapp/locales/en.json index d7caa3cfb..d18603278 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -24,7 +24,9 @@ }, "verify-code": { "form": { - "description": "Open your inbox and enter the code that we've sent to you." + "input": "Enter your code", + "description": "Open your inbox and enter the code that we've sent to you.", + "submit": "Check security code" } }, "editor": {