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 { } else {
appContext.setDialogMessage({ appContext.setDialogMessage({
title: constants.MANAGE_PLAN, title: constants.MANAGE_PLAN,
content: constants.MANAGE_NOT_SUPPORTED_MESSAGE( content: constants.MAIL_TO_MANAGE_SUBSCRIPTION,
subscription.paymentProvider
),
close: { variant: 'secondary' }, close: { variant: 'secondary' },
}); });
} }

View file

@ -341,11 +341,11 @@ const englishConstants = {
CANCEL_SUBSCRIPTION_ON_MOBILE: 'Cancel mobile subscription', CANCEL_SUBSCRIPTION_ON_MOBILE: 'Cancel mobile subscription',
CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE: CANCEL_SUBSCRIPTION_ON_MOBILE_MESSAGE:
'Please cancel your subscription from the mobile app to activate a subscription here', '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{' '} Please contact us at{' '}
<Link href={`mailto:${provider}@ente.io`}>{provider}@ente.io</Link>{' '} <Link href={`mailto:support@ente.io`}>support@ente.io</Link> to
to manage your subscription manage your subscription
</> </>
), ),
RENAME: 'Rename', RENAME: 'Rename',