update email to mail at for billing support

This commit is contained in:
Abhinav 2022-09-13 13:38:27 +05:30
parent 55f2a6b07a
commit 74bdf37f06
2 changed files with 4 additions and 6 deletions

View file

@ -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' },
});
}

View file

@ -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{' '}
<Link href={`mailto:${provider}@ente.io`}>{provider}@ente.io</Link>{' '}
to manage your subscription
<Link href={`mailto:support@ente.io`}>support@ente.io</Link> to
manage your subscription
</>
),
RENAME: 'Rename',