diff --git a/common/containers/Tabs/WalletDecrypt/KeystoreDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/KeystoreDecrypt/index.jsx new file mode 100644 index 00000000..f965d685 --- /dev/null +++ b/common/containers/Tabs/WalletDecrypt/KeystoreDecrypt/index.jsx @@ -0,0 +1,25 @@ +import React, {Component} from 'react'; +import translate from 'translations'; + + +export default class KeystoreDecrypt extends Component { + constructor(props) { + super(props); + } + + render() { + return ( +
+
+

{translate('ADD_Radio_2_alt')}

+ +
+ + + {translate('ADD_Radio_2_short')} +
+
+
+ ); + } +} \ No newline at end of file diff --git a/common/containers/Tabs/WalletDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/index.jsx index 4f41c464..df0e3758 100644 --- a/common/containers/Tabs/WalletDecrypt/index.jsx +++ b/common/containers/Tabs/WalletDecrypt/index.jsx @@ -1,5 +1,6 @@ import React, {Component} from 'react'; import translate from 'translations'; +import KeystoreDecrypt from './KeystoreDecrypt'; export default class WalletDecrypt extends Component { @@ -106,6 +107,8 @@ export default class WalletDecrypt extends Component { + +