diff --git a/src/renderer/i18n.js b/src/renderer/i18n.js index a8a47baa..ecbcd1e5 100644 --- a/src/renderer/i18n.js +++ b/src/renderer/i18n.js @@ -8,7 +8,7 @@ import staticPath from 'helpers/staticPath' i18n.use(Backend).init({ ns: [ - 'accountPage', + 'account', 'accountsOrder', 'addAccount', 'common', diff --git a/static/i18n/en/accountPage.yml b/static/i18n/en/account.yml similarity index 100% rename from static/i18n/en/accountPage.yml rename to static/i18n/en/account.yml diff --git a/static/i18n/fr/accountPage.yml b/static/i18n/fr/account.yml similarity index 100% rename from static/i18n/fr/accountPage.yml rename to static/i18n/fr/account.yml