From a0c80b13a4d8a3653be0e6e869c8df6566a8197a Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:25:16 -0700 Subject: [PATCH] fix: no mention of Australia on hosting landing page (#6288) --- apps/frontend/src/locales/en-US/index.json | 4 ++-- apps/frontend/src/pages/hosting/index.vue | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/frontend/src/locales/en-US/index.json b/apps/frontend/src/locales/en-US/index.json index 120a9a1ae..647d9d373 100644 --- a/apps/frontend/src/locales/en-US/index.json +++ b/apps/frontend/src/locales/en-US/index.json @@ -1944,7 +1944,7 @@ "message": "Frog" }, "hosting-marketing.available-locations": { - "message": "Available in North America, Europe, and Southeast Asia for wide coverage." + "message": "Available in North America, Europe, Southeast Asia, and Australia for wide coverage." }, "hosting-marketing.billing.monthly": { "message": "Pay monthly" @@ -2007,7 +2007,7 @@ "message": "Where are Modrinth Hosting servers located? Can I choose a region?" }, "hosting-marketing.faq.location.answer": { - "message": "We have servers available across North America, Europe, and Southeast Asia at the moment that you can choose upon purchase. More regions to come in the future! If you'd like to switch your region, please contact support." + "message": "We have servers available across North America, Europe, Southeast Asia, and Australia at the moment that you can choose upon purchase. More regions to come in the future! If you'd like to switch your region, please contact support." }, "hosting-marketing.faq.versions-loaders": { "message": "What Minecraft versions and loaders can be used?" diff --git a/apps/frontend/src/pages/hosting/index.vue b/apps/frontend/src/pages/hosting/index.vue index bf9afe35d..783383f88 100644 --- a/apps/frontend/src/pages/hosting/index.vue +++ b/apps/frontend/src/pages/hosting/index.vue @@ -868,7 +868,7 @@ const messages = defineMessages({ faqLocationAnswer: { id: 'hosting-marketing.faq.location.answer', defaultMessage: - "We have servers available across North America, Europe, and Southeast Asia at the moment that you can choose upon purchase. More regions to come in the future! If you'd like to switch your region, please contact support.", + "We have servers available across North America, Europe, Southeast Asia, and Australia at the moment that you can choose upon purchase. More regions to come in the future! If you'd like to switch your region, please contact support.", }, faqIncreaseStorage: { id: 'hosting-marketing.faq.increase-storage', @@ -921,7 +921,8 @@ const messages = defineMessages({ }, availableLocations: { id: 'hosting-marketing.available-locations', - defaultMessage: 'Available in North America, Europe, and Southeast Asia for wide coverage.', + defaultMessage: + 'Available in North America, Europe, Southeast Asia, and Australia for wide coverage.', }, payMonthly: { id: 'hosting-marketing.billing.monthly',