diff --git a/components/TempDesignSystem/Form/Phone/index.tsx b/components/TempDesignSystem/Form/Phone/index.tsx index 8d2171770..cdd26af62 100644 --- a/components/TempDesignSystem/Form/Phone/index.tsx +++ b/components/TempDesignSystem/Form/Phone/index.tsx @@ -161,7 +161,7 @@ function getDefaultCountryFromLang(lang: Lang): LowerCaseCountryCode { fi: "fi", no: "no", de: "de", - en: "gb", + en: "se", // Default to Sweden for English } return countryMap[lang] || "se" }