meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
4 deletions
-
src/components/modals/AddAccounts/steps/03-step-import.js
|
|
@ -163,10 +163,8 @@ class StepImport extends PureComponent<StepProps> { |
|
|
|
isLoading={scanStatus === 'scanning'} |
|
|
|
/> |
|
|
|
<AccountsList |
|
|
|
title={t('app:addAccounts.createNewAccount')} |
|
|
|
emptyText={ |
|
|
|
'You cannot create a new account because your last account has no operations' |
|
|
|
} |
|
|
|
title={t('app:addAccounts.createNewAccount.title')} |
|
|
|
emptyText={t('app:addAccounts.createNewAccount.noOperationOnLastAccount')} |
|
|
|
accounts={creatableAccounts} |
|
|
|
checkedIds={checkedAccountsIds} |
|
|
|
onToggleAccount={this.handleToggleAccount} |
|
|
|