diff --git a/src/components/views/settings/KeyBackupPanel.js b/src/components/views/settings/KeyBackupPanel.js index 42ebf1c89d..2ba05a0e6b 100644 --- a/src/components/views/settings/KeyBackupPanel.js +++ b/src/components/views/settings/KeyBackupPanel.js @@ -187,12 +187,17 @@ 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 you do have 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( + "Connect this device to key backup before signing out to avoid " + + "losing any keys that may only be on this device.", + )}