1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

Merge pull request #4281 from matrix-org/dbkr/ssss_upgrade_copy

Update copy on SSSS symmetric upgrade toast
This commit is contained in:
David Baker
2020-03-26 12:04:58 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -77,10 +77,11 @@ export default class SetupEncryptionToast extends React.PureComponent {
switch (this.props.kind) {
case 'set_up_encryption':
case 'upgrade_encryption':
case 'upgrade_ssss':
return _t('Verify yourself & others to keep your chats safe');
case 'verify_this_session':
return _t('Other users may not trust it');
case 'upgrade_ssss':
return _t('Update your secure storage');
}
}