You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/dashboard/src/locales/en-US.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@
228
228
"personas_disconnect": "Delete Persona Verification",
229
229
"personas_disconnect_raw": "Disconnect",
230
230
"personas_disconnect_warning": "Are you sure you want to delete persona verification? Your mask friends can no longer send decrypted message to you by this persona or check your Web3 products related with this persona.",
231
-
"personas_logout_warning": "After logging out, your associated social accounts can no longer decrypt past encrypted messages. If you need to reuse your account, you can use your private key for recovery.",
231
+
"personas_logout_warning": "After logging out, your associated social accounts can no longer decrypt past encrypted messages. If you need to reuse your account, you can recover your account with your identity, private key, local or cloud backup.",
232
232
"personas_logout_manage_wallet_warning": "Please note: This Persona {{persona}} is the management account of SmartPay wallet <span>{{addresses}}</span>. You cannot use SmartPay wallet to interact with blockchain after logging out persona.",
consterr='resolveUnknownLegacyIdentity should not be called on localhost'
65
66
/**
66
67
* In older version of Mask, identity is marked as `ProfileIdentifier(network, '$unknown')` or `ProfileIdentifier(network, '$self')`. After upgrading to the newer version of Mask, Mask will try to find the current user in that network and call this function to replace old identifier into a "resolved" identity.
0 commit comments