Skip to content

Commit

Permalink
♻️ Add correct working as requested per review
Browse files Browse the repository at this point in the history
  • Loading branch information
massao committed Feb 8, 2019
1 parent 816d89c commit 5a34c69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions i18n/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"Add a Lisk ID to follow": "Add a Lisk ID to follow",
"Add a bookmark": "Add a bookmark",
"Add new": "Add new",
"Add some LSK to your Lisk Hub account now!": "Add some LSK to your Lisk Hub account now!",
"Add this account to your dashboard to keep track of its balance, and use it as a bookmark in the future.": "Add this account to your dashboard to keep track of its balance, and use it as a bookmark in the future.",
"Add to bookmarks": "Add to bookmarks",
"Add to list": "Add to list",
Expand Down Expand Up @@ -189,7 +190,6 @@
"It is highly recommended to delete the PDF and remove it from your trash after printing.": "It is highly recommended to delete the PDF and remove it from your trash after printing.",
"It is recommended that you initialize your Lisk ID.": "It is recommended that you initialize your Lisk ID.",
"It will cost you only the usual {{fee}} LSK transaction fee.": "It will cost you only the usual {{fee}} LSK transaction fee.",
"It’s time to get some LSK to your Hub Account!": "It’s time to get some LSK to your Hub Account!",
"Keep the overview": "Keep the overview",
"Keep this safe, never throw it away or share it with anyone.": "Keep this safe, never throw it away or share it with anyone.",
"Keep track of any Lisk ID balance. Only you will see who you bookmarked.": "Keep track of any Lisk ID balance. Only you will see who you bookmarked.",
Expand Down Expand Up @@ -461,7 +461,7 @@
"You are looking into a saved account. In order to {{nextAction}} you need to enter your passphrase.": "You are looking into a saved account. In order to {{nextAction}} you need to enter your passphrase.",
"You are responsible for safekeeping your second passphrase. No one can restore it, not even Lisk.": "You are responsible for safekeeping your second passphrase. No one can restore it, not even Lisk.",
"You can customize amount & message.": "You can customize amount & message.",
"You can get LSK tokens on any supported exchanges and send them to your unique Lisk Address:": "You can get LSK tokens on any supported exchanges and send them to your unique Lisk Address:",
"You can find the LSK token on all of the worlds top exchanges and send them to your unique Lisk address:": "You can find the LSK token on all of the worlds top exchanges and send them to your unique Lisk address:",
"You can now securely manage your LSK tokens.": "You can now securely manage your LSK tokens.",
"You can now use Lisk Hub.<br": {
" If you want to repeat the onboarding, navigate to \"Help\" on the sidebar.": "You can now use Lisk Hub.<br> If you want to repeat the onboarding, navigate to \"Help\" on the sidebar."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class WalletTransactionsV2 extends React.Component {
<Banner
className={`${styles.onboarding} wallet-onboarding`}
onClose={this.closeOnboarding}
title={t('It’s time to get some LSK to your Hub Account!')}
title={t('Add some LSK to your Lisk Hub account now!')}
footer={(
<div className={styles.copyAddress}>
<span className={styles.address}>{account.address}</span>
Expand All @@ -127,7 +127,7 @@ class WalletTransactionsV2 extends React.Component {
</CopyToClipboard>
</div>
)}>
<p>{t('You can get LSK tokens on any supported exchanges and send them to your unique Lisk Address:')}</p>
<p>{t('You can find the LSK token on all of the worlds top exchanges and send them to your unique Lisk address:')}</p>
</Banner> : null
}
<TransactionsOverviewV2 {...overviewProps} />
Expand Down

0 comments on commit 5a34c69

Please sign in to comment.