You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Update src/components/views/dialogs/security/AccessSecretStorageDialog.tsx
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
@@ -296,7 +296,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
|||||||
titleClass = ['mx_AccessSecretStorageDialog_titleWithIcon mx_AccessSecretStorageDialog_resetBadge'];
|
titleClass = ['mx_AccessSecretStorageDialog_titleWithIcon mx_AccessSecretStorageDialog_resetBadge'];
|
||||||
content = <div>
|
content = <div>
|
||||||
<p>{_t("Only do this if you have no other device to complete verification with.")}</p>
|
<p>{_t("Only do this if you have no other device to complete verification with.")}</p>
|
||||||
<p>{_t("If you reset everything, you will restart with no trusted devices, no trusted users, and "
|
<p>{_t("If you reset everything, you will restart with no trusted sessions, no trusted users, and "
|
||||||
+ "might not be able to see past messages.")}</p>
|
+ "might not be able to see past messages.")}</p>
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
primaryButton={_t('Reset')}
|
primaryButton={_t('Reset')}
|
||||||
|
|||||||
Reference in New Issue
Block a user