diff --git a/locales/en-US/index.json b/locales/en-US/index.json index 805adae29..5ef558f2c 100644 --- a/locales/en-US/index.json +++ b/locales/en-US/index.json @@ -1,7 +1,25 @@ { + "auth.welcome.checkbox.subscribe": { + "message": "Subscribe to updates about Modrinth" + }, + "auth.welcome.description": { + "message": "Thank you for creating an account. You can now follow and create projects, receive updates about your favorite projects, and more!" + }, + "auth.welcome.label.tos": { + "message": "By creating an account, you have agreed to Modrinth's Terms and Privacy Policy." + }, + "auth.welcome.long-title": { + "message": "Welcome to Modrinth!" + }, + "auth.welcome.title": { + "message": "Welcome" + }, "button.cancel": { "message": "Cancel" }, + "button.continue": { + "message": "Continue" + }, "button.edit": { "message": "Edit" }, diff --git a/pages/auth/welcome.vue b/pages/auth/welcome.vue index 2ce152fcb..fa4486c3d 100644 --- a/pages/auth/welcome.vue +++ b/pages/auth/welcome.vue @@ -1,28 +1,36 @@