Skip to content
Snippets Groups Projects
Commit 4db04061 authored by Hangzhi Yu's avatar Hangzhi Yu Committed by magicfelix
Browse files

Fix translation key

parent 7838aa8a
No related branches found
No related tags found
2 merge requests!1788Draft: Resolve "Refactor account registration form (and generalize parts of it)",!1737Draft: Resolve "Rebuild account registration form"
...@@ -12,7 +12,7 @@ import PrimaryActionButton from "../generic/buttons/PrimaryActionButton.vue"; ...@@ -12,7 +12,7 @@ import PrimaryActionButton from "../generic/buttons/PrimaryActionButton.vue";
<v-card> <v-card>
<v-card-title> <v-card-title>
<v-icon class="mr-2" color="success">mdi-check-circle-outline</v-icon> <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-title>
<v-card-text class="text-body-1 black--text"> <v-card-text class="text-body-1 black--text">
{{ {{
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"menu_title": "Sign Up", "menu_title": "Sign Up",
"form": { "form": {
"submitted": { "submitted": {
"thank_you": "Thanks!", "title": "Registration successful!",
"submitted_successfully": "Your account has been successfully registered. You can log in with your credentials now.", "submitted_successfully": "Your account has been successfully registered. You can log in with your credentials now.",
"login_button": "Log in" "login_button": "Log in"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment