diff --git a/src/components/views/settings/KeyBackupPanel.js b/src/components/views/settings/KeyBackupPanel.js index 5575f08be5..e85491bf60 100644 --- a/src/components/views/settings/KeyBackupPanel.js +++ b/src/components/views/settings/KeyBackupPanel.js @@ -187,10 +187,16 @@ export default class KeyBackupPanel extends React.PureComponent { clientBackupStatus =
{encryptedMessageAreEncrypted}
{_t( - "This device is not backing up your keys.", {}, + "This device is not backing up your keys, " + + "but there is an existing backup you can restore from " + + "and add to going forward.", {}, {b: sub => {sub}}, )}
-{_t("Back up your keys before signing out to avoid losing them.")}
+{_t( + "Enable key backup on this device via the restore " + + "process before signing out to avoid losing any keys " + + "that may only be on this device.", + )}