From 79aa41fd7acb3e1867ad0953dc1865b5a0caf1f3 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:07:26 -0700 Subject: [PATCH] awazing (#4336) --- apps/frontend/src/locales/en-US/index.json | 2 +- apps/frontend/src/pages/auth/welcome.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',