diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index dea133db..59b9280f 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -38,8 +38,8 @@ const Copy = styled.div` const Footer = ({ opened, toggle }: Props) => ( © {getYear(new Date())} - SatoshiLabs - Terms + SatoshiLabs + Terms { opened ? 'Hide Log' : 'Show Log' } ); diff --git a/src/components/Tooltip/index.js b/src/components/Tooltip/index.js index 8c214510..32f504b3 100644 --- a/src/components/Tooltip/index.js +++ b/src/components/Tooltip/index.js @@ -40,7 +40,7 @@ const Tooltip = ({ {content} {readMoreLink && ( - + Read more ) diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index d890ec77..1f821e66 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -164,8 +164,6 @@ class Pin extends Component { Learn more diff --git a/src/views/Landing/components/BrowserNotSupported/index.js b/src/views/Landing/components/BrowserNotSupported/index.js index e9cc2f62..7e0b2d86 100644 --- a/src/views/Landing/components/BrowserNotSupported/index.js +++ b/src/views/Landing/components/BrowserNotSupported/index.js @@ -36,22 +36,14 @@ const BrowserNotSupported = () => (

Google Chrome

- +

Mozzila Firefox

- + diff --git a/src/views/Landing/components/InstallBridge/index.js b/src/views/Landing/components/InstallBridge/index.js index 3f1a1703..c2c2bfe2 100644 --- a/src/views/Landing/components/InstallBridge/index.js +++ b/src/views/Landing/components/InstallBridge/index.js @@ -183,8 +183,6 @@ class InstallBridge extends Component { Learn more about latest versions in Changelog @@ -193,8 +191,6 @@ class InstallBridge extends Component { {target.signature && ( Check PGP signature diff --git a/src/views/Landing/index.js b/src/views/Landing/index.js index 3dbf8174..7e14201e 100644 --- a/src/views/Landing/index.js +++ b/src/views/Landing/index.js @@ -126,11 +126,9 @@ export default (props: Props) => { {isWebUSB(transport) && (

- - Device not recognized? - + Device not recognized? Try installing the TREZOR Bridge. @@ -142,8 +140,6 @@ export default (props: Props) => { Get one diff --git a/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js b/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js index ae560e61..c1bcc78c 100644 --- a/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js +++ b/src/views/Wallet/views/Account/Send/components/PendingTransactions/index.js @@ -155,8 +155,6 @@ class PendingTransactions extends Component { {this.getTransactionName(tx)} diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js index c90a069a..77c07ba2 100644 --- a/src/views/Wallet/views/Account/Summary/index.js +++ b/src/views/Wallet/views/Account/Summary/index.js @@ -84,13 +84,7 @@ const AccountSummary = (props: Props) => {

Account #{parseInt(account.index, 10) + 1}

- See full transaction history - + See full transaction history (

It’s time to update your firmware

Please use the old wallet to do that. - + {deviceUtils.isDeviceAccessible(props.device) && ( - - I’ll do that later. - + I’ll do that later. )} );