diff --git a/webapp/components/PasswordReset/VerifyCode.vue b/webapp/components/PasswordReset/VerifyCode.vue
index 4d7c161cf..a69732b4c 100644
--- a/webapp/components/PasswordReset/VerifyCode.vue
+++ b/webapp/components/PasswordReset/VerifyCode.vue
@@ -29,7 +29,7 @@
- {{ $t('verify-code.form.submit') }}
+ {{ $t('verify-code.form.next') }}
diff --git a/webapp/locales/de.json b/webapp/locales/de.json
index a13b5620a..70762c85e 100644
--- a/webapp/locales/de.json
+++ b/webapp/locales/de.json
@@ -19,14 +19,14 @@
"form": {
"description": "Eine Mail zum Zurücksetzen des Passworts wird an die angegebene E-Mail Adresse geschickt.",
"submit": "Email anfordern",
- "submitted": "E-Mail verschickt an {email}"
+ "submitted": "Eine E-Mail mit weiteren Instruktionen wurde verschickt an {email}"
}
},
"verify-code": {
"form": {
"code": "Code eingeben",
"description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
- "submit": "Sicherheitscode überprüfen",
+ "next": "Weiter",
"change-password":{
"success": "Änderung des Passworts war erfolgreich",
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?"
diff --git a/webapp/locales/en.json b/webapp/locales/en.json
index a4f958c87..15743d571 100644
--- a/webapp/locales/en.json
+++ b/webapp/locales/en.json
@@ -19,14 +19,14 @@
"form": {
"description": "A password reset email will be sent to the given email address.",
"submit": "Request email",
- "submitted": "Email sent to {email}"
+ "submitted": "A mail with further instruction has been sent to {email}"
}
},
"verify-code": {
"form": {
"code": "Enter your code",
"description": "Open your inbox and enter the code that we've sent to you.",
- "submit": "Check security code",
+ "next": "Continue",
"change-password": {
"success": "Changing your password was successful",
"error": "Changing your password failed. Maybe the security code was not correct?"