diff --git a/frontend/src/components/Login/SignUpForm.vue b/frontend/src/components/Login/SignUpForm.vue
index a2530f987..0995bd3b0 100644
--- a/frontend/src/components/Login/SignUpForm.vue
+++ b/frontend/src/components/Login/SignUpForm.vue
@@ -13,13 +13,13 @@
class="mr-2"
>
- Sign Up
+
+ {{$t('signup.sign-up')}}
+
- Welcome to Mealie! To become a user of this instance you are required to
- have a valid invitation link. If you haven't recieved an invitation you
- are unable to sign-up. To recieve a link, contact the sites administrator.
+ {{$t('signup.welcome-to-mealie')}}
@@ -71,11 +71,11 @@
block="block"
type="submit"
>
- Sign Up
+ {{$t('signup.sign-up')}}
- Error Signing Up
+ {{$t('signup.error-signing-up')}}
diff --git a/frontend/src/locales/messages/en-US.json b/frontend/src/locales/messages/en-US.json
index 64666570f..e8fe759a8 100644
--- a/frontend/src/locales/messages/en-US.json
+++ b/frontend/src/locales/messages/en-US.json
@@ -309,6 +309,12 @@
"webhook-url": "Webhook URL"
}
},
+ "signup": {
+ "display-name": "Display Name",
+ "error-signing-up": "Error Signing Up",
+ "sign-up": "Sign Up",
+ "welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
+ },
"tag": {
"tag-created": "Tag created",
"tag-creation-failed": "Tag creation failed",