From 36c0b4f8d437bac5ce58cda7b0f2fbacc2cbba20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Wed, 13 Jun 2018 20:15:46 +0200 Subject: [PATCH] fix emptystateaccount --- src/components/AccountPage/EmptyStateAccount.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AccountPage/EmptyStateAccount.js b/src/components/AccountPage/EmptyStateAccount.js index f219e628..507e1abc 100644 --- a/src/components/AccountPage/EmptyStateAccount.js +++ b/src/components/AccountPage/EmptyStateAccount.js @@ -40,12 +40,12 @@ class EmptyStateAccount extends PureComponent { height="89" /> - {t('account:emptyState.title')} - {t('account:emptyState.desc')} + {t('app:account.emptyState.title')} + {t('app:account.emptyState.desc')}