diff --git a/common/containers/Tabs/WalletDecrypt/LedgerNanoSDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/LedgerNanoSDecrypt/index.jsx
new file mode 100644
index 00000000..9ea74837
--- /dev/null
+++ b/common/containers/Tabs/WalletDecrypt/LedgerNanoSDecrypt/index.jsx
@@ -0,0 +1,21 @@
+import React, {Component} from 'react';
+import translate from 'translations';
+
+
+export default class LedgerNanoSDecrypt extends Component {
+ render() {
+ return (
+
+
+
{translate('ADD_Radio_2_alt')}
+
+
+
+
+ );
+ }
+}
\ No newline at end of file
diff --git a/common/containers/Tabs/WalletDecrypt/MnemonicDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/MnemonicDecrypt/index.jsx
new file mode 100644
index 00000000..c01810bb
--- /dev/null
+++ b/common/containers/Tabs/WalletDecrypt/MnemonicDecrypt/index.jsx
@@ -0,0 +1,21 @@
+import React, {Component} from 'react';
+import translate from 'translations';
+
+
+export default class MnemonicDecrypt extends Component {
+ render() {
+ return (
+
+
+
{translate('ADD_Radio_2_alt')}
+
+
+
+
+ );
+ }
+}
\ No newline at end of file
diff --git a/common/containers/Tabs/WalletDecrypt/PrivateKeyDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/PrivateKeyDecrypt/index.jsx
new file mode 100644
index 00000000..3f4e279b
--- /dev/null
+++ b/common/containers/Tabs/WalletDecrypt/PrivateKeyDecrypt/index.jsx
@@ -0,0 +1,21 @@
+import React, {Component} from 'react';
+import translate from 'translations';
+
+
+export default class PrivateKeyDecrypt extends Component {
+ render() {
+ return (
+
+
+
{translate('ADD_Radio_2_alt')}
+
+
+
+
+ );
+ }
+}
\ No newline at end of file
diff --git a/common/containers/Tabs/WalletDecrypt/TrezorDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/TrezorDecrypt/index.jsx
new file mode 100644
index 00000000..be850bf3
--- /dev/null
+++ b/common/containers/Tabs/WalletDecrypt/TrezorDecrypt/index.jsx
@@ -0,0 +1,21 @@
+import React, {Component} from 'react';
+import translate from 'translations';
+
+
+export default class TrezorDecrypt extends Component {
+ render() {
+ return (
+
+
+
{translate('ADD_Radio_2_alt')}
+
+
+
+
+ );
+ }
+}
\ No newline at end of file
diff --git a/common/containers/Tabs/WalletDecrypt/ViewOnlyDecrypt/index.jsx b/common/containers/Tabs/WalletDecrypt/ViewOnlyDecrypt/index.jsx
new file mode 100644
index 00000000..9acafb13
--- /dev/null
+++ b/common/containers/Tabs/WalletDecrypt/ViewOnlyDecrypt/index.jsx
@@ -0,0 +1,21 @@
+import React, {Component} from 'react';
+import translate from 'translations';
+
+
+export default class ViewOnlyDecrypt extends Component {
+ render() {
+ return (
+
+
+
{translate('ADD_Radio_2_alt')}
+
+
+
+
+ );
+ }
+}
\ No newline at end of file