diff --git a/src/components/views/dialogs/SuggestKeyRestoreDialog.js b/src/components/views/dialogs/SuggestKeyRestoreDialog.js
index 2a711e0231..3419b6235c 100644
--- a/src/components/views/dialogs/SuggestKeyRestoreDialog.js
+++ b/src/components/views/dialogs/SuggestKeyRestoreDialog.js
@@ -44,33 +44,33 @@ export default React.createClass({
onFinished={this.props.onFinished}
title={_t('Restore encryption keys')}
>
-
-
We don't have a way to decrypt older messages on this device.
+
+
We don't have a way to decrypt older messages on this device.
-
Your options are:
+
Your options are:
-
- { !this.props.isOnlyDevice ? Verify this device from one or more of your other ones to automatically sync keys
: '' }
- { this.props.hasOnlineBackup ? Enter your recovery key to restore encryption keys from your online backup
: '' }
- Import encryption keys from an offline backup
- Continue without restoring keys, syncing keys from your other devices on a best effort basis
-
+
+ { !this.props.isOnlyDevice ? Verify this device from one or more of your other ones to automatically sync keys
: '' }
+ { this.props.hasOnlineBackup ? Enter your recovery key to restore encryption keys from your online backup
: '' }
+ Import encryption keys from an offline backup
+ Continue without restoring keys, syncing keys from your other devices on a best effort basis
+
-
-
-
-
-
+
+
+
+
+
+
-
);
},