diff --git a/packages/common/constants/routes/myPages.ts b/packages/common/constants/routes/myPages.ts index 30c416863..59c3dc968 100644 --- a/packages/common/constants/routes/myPages.ts +++ b/packages/common/constants/routes/myPages.ts @@ -31,7 +31,6 @@ export const overview: LangRoute = { sv: `${myPages.sv}/oversikt`, } -/** TODO: Update to relevant paths */ export const profile: LangRoute = { da: `${myPages.da}/profil`, de: `${myPages.de}/profil`, @@ -51,12 +50,12 @@ export const profileEdit: LangRoute = { } export const profileConsent: LangRoute = { - da: `${profile.da}/consent`, - de: `${profile.de}/consent`, + da: `${profile.da}/samtykke`, + de: `${profile.de}/einwilligung`, en: `${profile.en}/consent`, - fi: `${profile.fi}/consent`, - no: `${profile.no}/consent`, - sv: `${profile.sv}/consent`, + fi: `${profile.fi}/suostumus`, + no: `${profile.no}/samtykke`, + sv: `${profile.sv}/samtycke`, } export const points: LangRoute = {