diff --git a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js index 6e83e4c032..4bb1f31558 100644 --- a/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js +++ b/src/components/views/dialogs/keybackup/CreateKeyBackupDialog.js @@ -17,7 +17,6 @@ limitations under the License. import React from 'react'; import sdk from '../../../../index'; import MatrixClientPeg from '../../../../MatrixClientPeg'; -import { formatCryptoKey } from '../../../../utils/FormattingUtils'; import Promise from 'bluebird'; import { _t, _td } from '../../../../languageHandler'; @@ -139,7 +138,7 @@ export default React.createClass({ return

{_t("Here is your recovery key:")}

- {formatCryptoKey(this._keyBackupInfo.recovery_key)} + {this._keyBackupInfo.recovery_key}

{_t("This key can decrypt your full message history.")}

{_t(