diff --git a/common/components/Footer/index.jsx b/common/components/Footer/index.jsx
index c378c37a..6a543221 100644
--- a/common/components/Footer/index.jsx
+++ b/common/components/Footer/index.jsx
@@ -1,14 +1,12 @@
-import React, {Component} from 'react'
+import React, {Component} from "react";
+import translate from "translations";
+
export default class Footer extends Component {
constructor(props) {
super(props)
}
- shouldComponentUpdate() {
- return false
- }
-
render() {
return (
- Open-Source, client-side tool for easily & securely interacting with the Ethereum network.
- Created by
+
{translate('FOOTER_1')}
+ {translate('FOOTER_1b')}
kvhnuke &
@@ -35,7 +33,7 @@ export default class Footer extends Component {
-
💝 Donations are always appreciated!
+
💝{translate('FOOTER_2')}
- ETH: 0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8
@@ -43,8 +41,7 @@ export default class Footer extends Component {
- BTC: 1MEWT2SGbqtz6mPCgFcnea8XmWV5Z4Wc6
-
👫 You can also support us by supporting our
- blockchain-family.
+
👫{translate('ADD_Warning_1')}
Consider using our affiliate links to...
-
- -
- {/**/}
- {/**/}
- {/**/}
- {/**/}
- {/**/}
-
-
🌎 On the Web
diff --git a/common/components/Header/components/TabsOptions.jsx b/common/components/Header/components/TabsOptions.jsx
index 5a6ef2f7..45961904 100644
--- a/common/components/Header/components/TabsOptions.jsx
+++ b/common/components/Header/components/TabsOptions.jsx
@@ -1,6 +1,6 @@
-import React, {Component} from 'react';
-import {Link} from 'react-router';
-import translate from 'translations';
+import React, {Component} from "react";
+import {Link} from "react-router";
+import translate from "translations";
const tabs = [
{
@@ -62,9 +62,7 @@ export default class TabsOptions extends Component {
{
tabs.map((object, i) => {
return (
-
+
{translate(object.name)}
@@ -80,9 +78,9 @@ export default class TabsOptions extends Component {
this.state.showRightArrow &&
this.scrollRight(100)}
- ng-mouseover='scrollHoverIn(false,2);' ng-mouseleave='scrollHoverOut()'>»}
+ onClick={() => this.scrollRight(100)}>»
+ }
diff --git a/common/containers/Tabs/GenerateWallet/components/GenerateWalletPasswordComponent.jsx b/common/containers/Tabs/GenerateWallet/components/GenerateWalletPasswordComponent.jsx
index 39fe4f98..5b14007c 100644
--- a/common/containers/Tabs/GenerateWallet/components/GenerateWalletPasswordComponent.jsx
+++ b/common/containers/Tabs/GenerateWallet/components/GenerateWalletPasswordComponent.jsx
@@ -4,6 +4,7 @@ import PropTypes from "prop-types";
import {Field, reduxForm} from "redux-form";
import GenerateWalletPasswordInputComponent from "./GenerateWalletPasswordInputComponent";
import LedgerTrezorWarning from "./LedgerTrezorWarning";
+import translate from "translations";
// VALIDATORS
@@ -73,7 +74,7 @@ class GenerateWalletPasswordComponent extends Component {
!generateWalletFile && (
- Generate Wallet
+ {translate('NAV_GenerateWallet')}
Enter a strong password (at least 9 characters)
- Save your Wallet File. Don't forget your password.
+ {translate('GEN_Label_2')}