diff --git a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx index 9d36dd8a5..fe274baf6 100644 --- a/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx +++ b/apps/scandic-web/app/[lang]/(live)/(protected)/my-pages/layout.tsx @@ -14,15 +14,15 @@ export default async function MyPagesLayout({ }>) { return (
+ {intl.formatMessage({ + defaultMessage: + "Tell us what information and updates you'd like to receive, and how, by clicking the link below.", + })} +
++ {intl.formatMessage({ + defaultMessage: + "Check out the credit cards saved to your profile. Pay with a saved card when signed in for a smoother web experience.", + })} +
++ {intl.formatMessage({ + defaultMessage: "Date of Birth", + })} +
+{user.dateOfBirth}
++ {intl.formatMessage({ + defaultMessage: "Phone number", + })} +
+{user.phoneNumber}
++ {intl.formatMessage({ + defaultMessage: "Language", + })} +
+{normalizedLanguage}
++ {intl.formatMessage({ + defaultMessage: "Email", + })} +
+{user.email}
++ {intl.formatMessage({ + defaultMessage: "Address", + })} +
+{addressOutput}
++ {intl.formatMessage({ + defaultMessage: "Password", + })} +
+**********
+