diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js index 62f4b2b..5d51058 100644 --- a/packages/desktop-client/src/components/accounts/Account.js +++ b/packages/desktop-client/src/components/accounts/Account.js @@ -90,7 +90,7 @@ import { } from 'loot-core/src/client/data-hooks/schedules'; import { getPayeesById } from 'loot-core/src/client/reducers/queries'; import { useActiveLocation } from '../ActiveLocation'; -import { useTranslation } from 'react-i18next'; +import { Trans, useTranslation } from 'react-i18next'; function EmptyMessage({ onAdd }) { const { t } = useTranslation(); @@ -114,7 +114,7 @@ function EmptyMessage({ onAdd }) { }} > - {t('account.needAccountMessage')} + {'account.needAccountMessage'}