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

Commit

Permalink
Clarify logout key backup warning dialog (#8741)
Browse files Browse the repository at this point in the history
Added details to the logout key backup warning dialog on
why access to encrypted messages will be lost.

Fix element-hq/element-web#15565

Co-authored-by: notramo <notramo@protonmail.com>
  • Loading branch information
MadLittleMods and notramo authored Jun 8, 2022
1 parent b260b3e commit 298b672
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/views/dialogs/LogoutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ export default class LogoutDialog extends React.Component<IProps, IState> {
"Encrypted messages are secured with end-to-end encryption. " +
"Only you and the recipient(s) have the keys to read these messages.",
) }</p>
<p>{ _t(
"When you sign out, these keys will be deleted from this device, " +
"which means you won't be able to read encrypted messages unless you " +
"have the keys for them on your other devices, or backed them up to the " +
"server.",
) }</p>
<p>{ _t("Back up your keys before signing out to avoid losing them.") }</p>
</div>;

Expand Down
1 change: 1 addition & 0 deletions src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,7 @@
"Leave some rooms": "Leave some rooms",
"Leave space": "Leave space",
"Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.": "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages.",
"When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.": "When you sign out, these keys will be deleted from this device, which means you won't be able to read encrypted messages unless you have the keys for them on your other devices, or backed them up to the server.",
"Start using Key Backup": "Start using Key Backup",
"I don't want my encrypted messages": "I don't want my encrypted messages",
"Manually export keys": "Manually export keys",
Expand Down

0 comments on commit 298b672

Please sign in to comment.