Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update copy on SSSS symmetric upgrade toast
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Mar 26, 2020
1 parent 4586971 commit 8532c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/views/toasts/SetupEncryptionToast.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,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');
}
}

Expand Down

0 comments on commit 8532c72

Please sign in to comment.