diff --git a/src/components/modals/AddAccounts/steps/03-step-import.js b/src/components/modals/AddAccounts/steps/03-step-import.js index 4573e6a8..e148a7ab 100644 --- a/src/components/modals/AddAccounts/steps/03-step-import.js +++ b/src/components/modals/AddAccounts/steps/03-step-import.js @@ -161,7 +161,7 @@ class StepImport extends PureComponent { }) const importableAccountsEmpty = t('app:addAccounts.noAccountToImport', { - currencyName: currency ? ` ${currency.name}}` : '', + currencyName: currency ? ` ${currency.name}` : '', }) return ( diff --git a/static/i18n/en/app.yml b/static/i18n/en/app.yml index 293005ae..f45ddfe1 100644 --- a/static/i18n/en/app.yml +++ b/static/i18n/en/app.yml @@ -138,7 +138,7 @@ addAccounts: editName: Edit name newAccount: New account legacyAccount: '{{accountName}} (legacy)' - noAccountToImport: We didnt find any {{currencyName}}} account to import. + noAccountToImport: We didnt find any {{currencyName}} account to import. success: Great success! createNewAccount: title: Create new account