Skip to content

Commit

Permalink
Fix Ledger squished link (#4017)
Browse files Browse the repository at this point in the history
* fix whitespaces issue

* update snapshot

* revert changes on LedgerNano
  • Loading branch information
GuillaumeRx authored Jun 10, 2021
1 parent 545e256 commit 110f4ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .storybook/__snapshots__/storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ exports[` Storyshots Features/AddAccount/Hardware Ledger Unlock UI 1`] = `
rel="noreferrer"
target="_blank"
>
comprehensivetroubleshootingguide
comprehensive troubleshooting guide
</a>
.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/WalletUnlock/LedgerNano.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
width: 420px;

@media (max-width: 700px) {
width:345px;
width: 345px;
bottom: 0em;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/translations/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"LEDGER_REFERRAL_2": "Don’t have a Ledger? [Get one now!](https://www.ledgerwallet.com/r/1985?path=/products/)",
"LEDGER_TIMEOUT": "The request timed out",
"GENERIC_HARDWARE_ERROR": "Error connecting to device.",
"LEDGER_TIP": "Please open the $network app on your Ledger device and follow the on-screen instructions to add this account. If you are unable to do so, please see our [comprehensivetroubleshootingguide](https://support.mycrypto.com/troubleshooting/hardware-wallets/ledger/ledger-hardware-wallet-unable-to-connect-on-mycrypto).",
"LEDGER_TIP": "Please open the $network app on your Ledger device and follow the on-screen instructions to add this account. If you are unable to do so, please see our [comprehensive troubleshooting guide](https://support.mycrypto.com/troubleshooting/hardware-wallets/ledger/ledger-hardware-wallet-unable-to-connect-on-mycrypto).",
"LEDGER_WRONG_APP": "Incorrect network application selected on your Ledger device. Please select the application for the correct network.",
"LOADING_ADDRESS": "Loading address...",
"MANAGE_MEMBERSHIP": "View Membership",
Expand Down Expand Up @@ -981,4 +981,4 @@
"SWAP_INSUFFICIENT_FUNDS": "Insufficient funds for transaction",
"ESTIMATED_COST": "Estimated Cost"
}
}
}

0 comments on commit 110f4ae

Please sign in to comment.