mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Temporarily Disabling Mobile Sync (#11931)
This commit is contained in:
parent
b20a77b255
commit
9c675ec033
@ -1298,7 +1298,7 @@
|
|||||||
"description": "Serves as link text for the 'mismatchedChain' key. This text will be embedded inside the translation for that key."
|
"description": "Serves as link text for the 'mismatchedChain' key. This text will be embedded inside the translation for that key."
|
||||||
},
|
},
|
||||||
"mobileSyncWarning": {
|
"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": {
|
"mustSelectOne": {
|
||||||
"message": "Must select at least 1 token."
|
"message": "Must select at least 1 token."
|
||||||
|
@ -321,12 +321,7 @@ export default class MobileSyncPage extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return screen === PASSWORD_PROMPT_SCREEN ? (
|
return screen === PASSWORD_PROMPT_SCREEN ? (
|
||||||
<div>
|
<div>{this.renderWarning(this.context.t('mobileSyncWarning'))}</div>
|
||||||
{this.renderWarning(this.context.t('mobileSyncWarning'))}
|
|
||||||
<div className="reveal-seed__content">
|
|
||||||
{this.renderPasswordPromptContent()}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
{this.renderWarning(this.context.t('syncWithMobileBeCareful'))}
|
{this.renderWarning(this.context.t('syncWithMobileBeCareful'))}
|
||||||
|
Loading…
Reference in New Issue
Block a user