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 copy in encryption upgrade swcreen
This commit is contained in:
@@ -389,10 +389,8 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||||||
let authPrompt;
|
let authPrompt;
|
||||||
let nextCaption = _t("Next");
|
let nextCaption = _t("Next");
|
||||||
if (!this.state.backupSigStatus.usable) {
|
if (!this.state.backupSigStatus.usable) {
|
||||||
authPrompt = <div>
|
authPrompt = null;
|
||||||
<div>{_t("Restore your key backup to upgrade your encryption")}</div>
|
nextCaption = _t("Upload");
|
||||||
</div>;
|
|
||||||
nextCaption = _t("Restore");
|
|
||||||
} else if (this.state.canUploadKeysWithPasswordOnly && !this.props.accountPassword) {
|
} else if (this.state.canUploadKeysWithPasswordOnly && !this.props.accountPassword) {
|
||||||
authPrompt = <div>
|
authPrompt = <div>
|
||||||
<div>{_t("Enter your account password to confirm the upgrade:")}</div>
|
<div>{_t("Enter your account password to confirm the upgrade:")}</div>
|
||||||
@@ -413,9 +411,9 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||||||
|
|
||||||
return <form onSubmit={this._onMigrateFormSubmit}>
|
return <form onSubmit={this._onMigrateFormSubmit}>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
"Upgrade this session to allow it to verify other sessions, " +
|
"Upgrade your Recovery Key to store encryption keys & secrets " +
|
||||||
"granting them access to encrypted messages and marking them " +
|
"with your account data. If you lose access to this login you'll " +
|
||||||
"as trusted for other users.",
|
"need it to unlock your data.",
|
||||||
)}</p>
|
)}</p>
|
||||||
<div>{authPrompt}</div>
|
<div>{authPrompt}</div>
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
@@ -547,7 +545,7 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
|
|||||||
case PHASE_INTRO:
|
case PHASE_INTRO:
|
||||||
return _t('Create a Recovery Key');
|
return _t('Create a Recovery Key');
|
||||||
case PHASE_MIGRATE:
|
case PHASE_MIGRATE:
|
||||||
return _t('Upgrade your encryption');
|
return _t('Upgrade your Recovery Key');
|
||||||
case PHASE_CONFIRM_SKIP:
|
case PHASE_CONFIRM_SKIP:
|
||||||
return _t('Are you sure?');
|
return _t('Are you sure?');
|
||||||
case PHASE_SHOWKEY:
|
case PHASE_SHOWKEY:
|
||||||
|
|||||||
@@ -2147,11 +2147,9 @@
|
|||||||
"Import": "Import",
|
"Import": "Import",
|
||||||
"Confirm encryption setup": "Confirm encryption setup",
|
"Confirm encryption setup": "Confirm encryption setup",
|
||||||
"Click the button below to confirm setting up encryption.": "Click the button below to confirm setting up encryption.",
|
"Click the button below to confirm setting up encryption.": "Click the button below to confirm setting up encryption.",
|
||||||
"Restore your key backup to upgrade your encryption": "Restore your key backup to upgrade your encryption",
|
|
||||||
"Restore": "Restore",
|
|
||||||
"Enter your account password to confirm the upgrade:": "Enter your account password to confirm the upgrade:",
|
"Enter your account password to confirm the upgrade:": "Enter your account password to confirm the upgrade:",
|
||||||
"You'll need to authenticate with the server to confirm the upgrade.": "You'll need to authenticate with the server to confirm the upgrade.",
|
"You'll need to authenticate with the server to confirm the upgrade.": "You'll need to authenticate with the server to confirm the upgrade.",
|
||||||
"Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.": "Upgrade this session to allow it to verify other sessions, granting them access to encrypted messages and marking them as trusted for other users.",
|
"Upgrade your Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you'll need it to unlock your data.": "Upgrade your Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you'll need it to unlock your data.",
|
||||||
"Store your Recovery Key somewhere safe, it can be used to unlock your encrypted messages & data.": "Store your Recovery Key somewhere safe, it can be used to unlock your encrypted messages & data.",
|
"Store your Recovery Key somewhere safe, it can be used to unlock your encrypted messages & data.": "Store your Recovery Key somewhere safe, it can be used to unlock your encrypted messages & data.",
|
||||||
"Download": "Download",
|
"Download": "Download",
|
||||||
"Copy": "Copy",
|
"Copy": "Copy",
|
||||||
@@ -2159,7 +2157,7 @@
|
|||||||
"Retry": "Retry",
|
"Retry": "Retry",
|
||||||
"Create a Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you’ll need it to unlock your data.": "Create a Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you’ll need it to unlock your data.",
|
"Create a Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you’ll need it to unlock your data.": "Create a Recovery Key to store encryption keys & secrets with your account data. If you lose access to this login you’ll need it to unlock your data.",
|
||||||
"Create a Recovery Key": "Create a Recovery Key",
|
"Create a Recovery Key": "Create a Recovery Key",
|
||||||
"Upgrade your encryption": "Upgrade your encryption",
|
"Upgrade your Recovery Key": "Upgrade your Recovery Key",
|
||||||
"Store your Recovery Key": "Store your Recovery Key",
|
"Store your Recovery Key": "Store your Recovery Key",
|
||||||
"Unable to set up secret storage": "Unable to set up secret storage",
|
"Unable to set up secret storage": "Unable to set up secret storage",
|
||||||
"We'll store an encrypted copy of your keys on our server. Secure your backup with a recovery passphrase.": "We'll store an encrypted copy of your keys on our server. Secure your backup with a recovery passphrase.",
|
"We'll store an encrypted copy of your keys on our server. Secure your backup with a recovery passphrase.": "We'll store an encrypted copy of your keys on our server. Secure your backup with a recovery passphrase.",
|
||||||
|
|||||||
Reference in New Issue
Block a user