diff --git a/src/components/pages/gallery/PlanSelector/card/index.tsx b/src/components/pages/gallery/PlanSelector/card/index.tsx index e59343004..4af88bbed 100644 --- a/src/components/pages/gallery/PlanSelector/card/index.tsx +++ b/src/components/pages/gallery/PlanSelector/card/index.tsx @@ -146,9 +146,7 @@ function PlanSelectorCard(props: Props) { } else { appContext.setDialogMessage({ title: constants.MANAGE_PLAN, - content: constants.MANAGE_NOT_SUPPORTED_MESSAGE( - subscription.paymentProvider - ), + content: constants.MAIL_TO_MANAGE_SUBSCRIPTION, close: { variant: 'secondary' }, }); } diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 500b38e1c..c12bc1514 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -341,11 +341,11 @@ const englishConstants = { CANCEL_SUBSCRIPTION_ON_MOBILE: 'Cancel mobile subscription', CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE: 'Please cancel your subscription from the mobile app to activate a subscription here', - MANAGE_NOT_SUPPORTED_MESSAGE: (provider) => ( + MAIL_TO_MANAGE_SUBSCRIPTION: ( <> Please contact us at{' '} - {provider}@ente.io{' '} - to manage your subscription + support@ente.io to + manage your subscription ), RENAME: 'Rename',