From 9c675ec03346fefc5c631a9a55c46c18a8b9cfae Mon Sep 17 00:00:00 2001 From: ryanml Date: Wed, 25 Aug 2021 11:54:23 -0700 Subject: [PATCH] Temporarily Disabling Mobile Sync (#11931) --- app/_locales/en/messages.json | 2 +- ui/pages/mobile-sync/mobile-sync.component.js | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index b13a2174e..5eec2085b 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1298,7 +1298,7 @@ "description": "Serves as link text for the 'mismatchedChain' key. This text will be embedded inside the translation for that key." }, "mobileSyncWarning": { - "message": "⚠️ Proceeding will display a secret QR code that allows access to your accounts. Do not share it with anyone. Support staff will never ask you for it." + "message": "This feature has been temporarily disabled, if you are trying to sync with MetaMask mobile, please use your Secret Recovery Phrase instead for now. As usual, never share it with anyone." }, "mustSelectOne": { "message": "Must select at least 1 token." diff --git a/ui/pages/mobile-sync/mobile-sync.component.js b/ui/pages/mobile-sync/mobile-sync.component.js index d9bc0a45c..5f4e2ee40 100644 --- a/ui/pages/mobile-sync/mobile-sync.component.js +++ b/ui/pages/mobile-sync/mobile-sync.component.js @@ -321,12 +321,7 @@ export default class MobileSyncPage extends Component { } return screen === PASSWORD_PROMPT_SCREEN ? ( -
- {this.renderWarning(this.context.t('mobileSyncWarning'))} -
- {this.renderPasswordPromptContent()} -
-
+
{this.renderWarning(this.context.t('mobileSyncWarning'))}
) : (
{this.renderWarning(this.context.t('syncWithMobileBeCareful'))}