diff --git a/src/components/AccountPage/EmptyStateAccount.js b/src/components/AccountPage/EmptyStateAccount.js index 507e1abc..b4457fb8 100644 --- a/src/components/AccountPage/EmptyStateAccount.js +++ b/src/components/AccountPage/EmptyStateAccount.js @@ -4,7 +4,7 @@ import React, { PureComponent } from 'react' import { i } from 'helpers/staticPath' import { connect } from 'react-redux' import { compose } from 'redux' -import { translate } from 'react-i18next' +import { translate, Trans } from 'react-i18next' import { openModal } from 'reducers/modals' import type { T } from 'types/common' @@ -13,6 +13,7 @@ import type { Account } from '@ledgerhq/live-common/lib/types' import { MODAL_RECEIVE } from 'config/constants' import Box from 'components/base/Box' +import Text from 'components/base/Text' import Button from 'components/base/Button' import { Title, Description } from 'components/DashboardPage/EmptyState' import IconReceive from 'icons/Receive' @@ -30,7 +31,6 @@ type Props = { class EmptyStateAccount extends PureComponent { render() { const { t, account, openModal } = this.props - return ( { /> {t('app:account.emptyState.title')} - {t('app:account.emptyState.desc')} + + + Make sure the + + {account.currency.name} + + app is installed to receive funds. + +