Skip to content

Commit b23ffc0

Browse files
chore(runway): cherry-pick fix: cp-7.47.0 update critical message about not backing up SRP (#15778)
- fix: cp-7.47.0 update critical message about not backing up SRP (#15771)
1 parent 7fb3f94 commit b23ffc0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/components/UI/Identity/BackupAndSyncToggle/__snapshots__/BackupAndSyncToggle.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports[`BackupAndSyncToggle renders correctly 1`] = `
7070
}
7171
}
7272
>
73-
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask.
73+
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask. This doesn’t back up your Secret Recovery Phrase.
7474
<Text
7575
accessibilityRole="text"
7676
onPress={[Function]}

app/components/Views/Identity/TurnOnBackupAndSync/__snapshots__/TurnOnBackupAndSync.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`TurnOnBackupAndSync renders correctly 1`] = `
6969
}
7070
}
7171
>
72-
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask.
72+
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask. This doesn’t back up your Secret Recovery Phrase.
7373
7474
<Text
7575
accessibilityRole="text"

app/components/Views/OnboardingSuccess/OnboardingGeneralSettings/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ exports[`OnboardingGeneralSettings should render correctly 1`] = `
168168
}
169169
}
170170
>
171-
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask.
171+
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask. This doesn’t back up your Secret Recovery Phrase.
172172
<Text
173173
accessibilityRole="text"
174174
onPress={[Function]}

app/components/Views/Settings/Identity/__snapshots__/BackupAndSyncSettings.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports[`BackupAndSyncSettings renders correctly 1`] = `
8181
}
8282
}
8383
>
84-
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask.
84+
Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask. This doesn’t back up your Secret Recovery Phrase.
8585
<Text
8686
accessibilityRole="text"
8787
onPress={[Function]}

locales/languages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3972,7 +3972,7 @@
39723972
"enable": {
39733973
"title": "Turn on backup and sync",
39743974
"confirmation": "When you turn on backup and sync, you’re also turning on basic functionality. Do you want to continue?",
3975-
"description": "Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask.",
3975+
"description": "Backup and sync lets us store encrypted data for your custom settings and features. This keeps your MetaMask experience the same across devices and restores settings and features if you ever need to reinstall MetaMask. This doesn’t back up your Secret Recovery Phrase.",
39763976
"updatePreferences": "You can update your preferences at any time in",
39773977
"settingsPath": "Settings > Backup and sync."
39783978
},

0 commit comments

Comments
 (0)