Merge pull request #4281 from matrix-org/dbkr/ssss_upgrade_copy
Update copy on SSSS symmetric upgrade toast
This commit is contained in:
commit
e2bb0a3b46
2 changed files with 3 additions and 1 deletions
|
@ -77,10 +77,11 @@ export default class SetupEncryptionToast extends React.PureComponent {
|
||||||
switch (this.props.kind) {
|
switch (this.props.kind) {
|
||||||
case 'set_up_encryption':
|
case 'set_up_encryption':
|
||||||
case 'upgrade_encryption':
|
case 'upgrade_encryption':
|
||||||
case 'upgrade_ssss':
|
|
||||||
return _t('Verify yourself & others to keep your chats safe');
|
return _t('Verify yourself & others to keep your chats safe');
|
||||||
case 'verify_this_session':
|
case 'verify_this_session':
|
||||||
return _t('Other users may not trust it');
|
return _t('Other users may not trust it');
|
||||||
|
case 'upgrade_ssss':
|
||||||
|
return _t('Update your secure storage');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -543,6 +543,7 @@
|
||||||
"Pin": "Pin",
|
"Pin": "Pin",
|
||||||
"Verify yourself & others to keep your chats safe": "Verify yourself & others to keep your chats safe",
|
"Verify yourself & others to keep your chats safe": "Verify yourself & others to keep your chats safe",
|
||||||
"Other users may not trust it": "Other users may not trust it",
|
"Other users may not trust it": "Other users may not trust it",
|
||||||
|
"Update your secure storage": "Update your secure storage",
|
||||||
"Upgrade": "Upgrade",
|
"Upgrade": "Upgrade",
|
||||||
"Verify": "Verify",
|
"Verify": "Verify",
|
||||||
"Later": "Later",
|
"Later": "Later",
|
||||||
|
|
Loading…
Reference in a new issue