From 4db0406192eddbc68b515bd5b06bb4c3cb63d122 Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Fri, 14 Mar 2025 00:42:28 +0100
Subject: [PATCH] Fix translation key

---
 .../frontend/components/account/AccountRegistrationForm.vue     | 2 +-
 aleksis/core/frontend/messages/en.json                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aleksis/core/frontend/components/account/AccountRegistrationForm.vue b/aleksis/core/frontend/components/account/AccountRegistrationForm.vue
index 8cc230171..2588ed072 100644
--- a/aleksis/core/frontend/components/account/AccountRegistrationForm.vue
+++ b/aleksis/core/frontend/components/account/AccountRegistrationForm.vue
@@ -12,7 +12,7 @@ import PrimaryActionButton from "../generic/buttons/PrimaryActionButton.vue";
       <v-card>
         <v-card-title>
           <v-icon class="mr-2" color="success">mdi-check-circle-outline</v-icon>
-          {{ $t("accounts.signup.form.form.submitted.thank_you") }}
+          {{ $t("accounts.signup.form.submitted.title") }}
         </v-card-title>
         <v-card-text class="text-body-1 black--text">
           {{
diff --git a/aleksis/core/frontend/messages/en.json b/aleksis/core/frontend/messages/en.json
index 1b011381f..9cfd4c2fa 100644
--- a/aleksis/core/frontend/messages/en.json
+++ b/aleksis/core/frontend/messages/en.json
@@ -42,7 +42,7 @@
       "menu_title": "Sign Up",
       "form": {
         "submitted": {
-          "thank_you": "Thanks!",
+          "title": "Registration successful!",
           "submitted_successfully": "Your account has been successfully registered. You can log in with your credentials now.",
           "login_button": "Log in"
         },
-- 
GitLab