diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index cf7af2bde..209c2d61c 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -159,7 +159,7 @@ "message": "Subscribe to updates about Modrinth" }, "auth.welcome.description": { - "message": "You’re now part of the awesome community of creators & explorers already building, downloading, and staying up-to-date with awazing mods." + "message": "You’re now part of the awesome community of creators & explorers already building, downloading, and staying up-to-date with amazing mods." }, "auth.welcome.label.tos": { "message": "By creating an account, you have agreed to Modrinth's Terms and Privacy Policy." diff --git a/apps/frontend/src/pages/auth/welcome.vue b/apps/frontend/src/pages/auth/welcome.vue index e67751b29..e31b0dc3e 100644 --- a/apps/frontend/src/pages/auth/welcome.vue +++ b/apps/frontend/src/pages/auth/welcome.vue @@ -71,7 +71,7 @@ const messages = defineMessages({ welcomeDescription: { id: 'auth.welcome.description', defaultMessage: - 'You’re now part of the awesome community of creators & explorers already building, downloading, and staying up-to-date with awazing mods.', + 'You’re now part of the awesome community of creators & explorers already building, downloading, and staying up-to-date with amazing mods.', }, welcomeLongTitle: { id: 'auth.welcome.long-title',