meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
2 additions and
2 deletions
-
src/components/modals/AddAccounts/steps/03-step-import.js
-
static/i18n/en/app.yml
|
|
@ -298,7 +298,7 @@ export const StepImportFooter = ({ |
|
|
|
)} |
|
|
|
{scanStatus === 'scanning' && ( |
|
|
|
<Button mr={2} onClick={() => setState({ scanStatus: 'finished' })}> |
|
|
|
{t('app:addAccounts.cancelSync')} |
|
|
|
{t('app:common.stop')} |
|
|
|
</Button> |
|
|
|
)} |
|
|
|
<Button |
|
|
|
|
|
@ -27,6 +27,7 @@ common: |
|
|
|
next: Next |
|
|
|
back: Back |
|
|
|
retry: Retry |
|
|
|
stop: Stop |
|
|
|
close: Close |
|
|
|
eastern: Eastern |
|
|
|
western: Western |
|
|
@ -143,7 +144,6 @@ addAccounts: |
|
|
|
newAccount: New account |
|
|
|
legacyAccount: '{{accountName}} (legacy)' |
|
|
|
noAccountToImport: We didnt find any {{currencyName}} account to import. |
|
|
|
cancelSync: Stop synchronization |
|
|
|
success: Great success! |
|
|
|
createNewAccount: |
|
|
|
title: Create new account |
|
|
|