瀏覽代碼

update email to mail at for billing support

Abhinav 2 年之前
父節點
當前提交
74bdf37f06
共有 2 個文件被更改,包括 4 次插入6 次删除
  1. 1 3
      src/components/pages/gallery/PlanSelector/card/index.tsx
  2. 3 3
      src/utils/strings/englishConstants.tsx

+ 1 - 3
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' },
             });
         }

+ 3 - 3
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{' '}
-            <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',