From ef6b3c78df7ce0c20c082b257b1a8e56b8c41966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 21 Apr 2022 08:46:57 +0200 Subject: [PATCH] Fix translation of ForgotPassword login button text --- frontend/src/pages/ForgotPassword.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/ForgotPassword.vue b/frontend/src/pages/ForgotPassword.vue index 535a7d6d2..85ac6b87d 100644 --- a/frontend/src/pages/ForgotPassword.vue +++ b/frontend/src/pages/ForgotPassword.vue @@ -42,14 +42,14 @@ v-if="success" :headline="$t('site.thx.title')" :subtitle="$t('site.thx.email')" - buttonText="login" + :buttonText="$t('login')" linkTo="/login" />