Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
esaminu committed May 10, 2022
1 parent d5979a3 commit 763358a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/navigation/NavLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Translate } from 'react-localize-redux';
import { NavLink } from 'react-router-dom';
import styled from 'styled-components';

import USN_LOGO from '../../images/USN-logo.png';
import { CREATE_USN_CONTRACT, USN_BUTTON, DONATE_TO_UKRAINE } from '../../../../../features';
import { IS_MAINNET } from '../../config'
import { Mixpanel } from '../../mixpanel/index';
Expand Down
14 changes: 7 additions & 7 deletions packages/frontend/src/translations/en.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,16 +893,16 @@
}
},
"recoverSeedPhrase": {
"couldNotFindAccountModal": {
"buttonImport": "Import Anyway",
"desc": "We couldn't find any <b>active account(s)</b> using the provided passphrase. This could be because the passphrase is incorrect, or because the account has no activity yet.",
"title": "Couldn't find account"
},
"pageText": "Enter the backup passphrase associated with the account.",
"pageTitle": "Recover using Passphrase",
"seedPhraseInput": {
"placeholder": "correct horse battery staple...",
"title": "Passphrase (12 words)"
},
"couldNotFindAccountModal": {
"desc": "We couldn't find any <b>active account(s)</b> using the provided passphrase. This could be because the passphrase is incorrect, or because the account has no activity yet.",
"title": "Couldn't find account",
"buttonImport": "Import Anyway"
}
},
"recoverWithLink": {
Expand Down Expand Up @@ -1709,8 +1709,8 @@
},
"recoverAccountSeedPhrase": {
"errorInvalidSeedPhrase": "No accounts were found for this passphrase.",
"errorSeedPhraseNotValid": "The provided passphrase is not valid. Please check your passphrase and try again.",
"errorNotAbleToImportAccount": "Import of your account failed. Please try again or contact support for assistance."
"errorNotAbleToImportAccount": "Import of your account failed. Please try again or contact support for assistance.",
"errorSeedPhraseNotValid": "The provided passphrase is not valid. Please check your passphrase and try again."
},
"recoveryMethods": {
"lastMethod": "Cannot delete your last recovery method. Unless you have Ledger enabled, you need to keep at least one recovery method active to ensure recoverability of your account.",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/translations/ua.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@
},
"link": {
"account": "Акаунт",
"donateToUkraine": "Пожертвувати Україні",
"authorizedApps": "Авторизовані додатки",
"donateToUkraine": "Пожертвувати Україні",
"fullAccessKeys": "Ключі повного доступу",
"help": "Допомога",
"noAccount": "У вас немає інших облікових записів",
Expand Down

0 comments on commit 763358a

Please sign in to comment.