From 24fcea8a0a13a16a095c5df270fcc1654530ddca Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 15 Jan 2018 02:19:15 +0000 Subject: [PATCH] fix indenting --- .../views/dialogs/SuggestKeyRestoreDialog.js | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) 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
    +
  • -
    - - - - +
    + + + + +
    -
    ); },