Improve i18n.

This commit is contained in:
Yang Luo
2021-04-27 20:59:50 +08:00
parent 43113a0ee4
commit 0faeaae78f
4 changed files with 12 additions and 4 deletions

View File

@ -37,7 +37,7 @@ class HomePage extends React.Component {
];
} else {
items = [
{link: "/account", name: i18next.t("general:My Account"), organizer: i18next.t("general:Settings for your account")},
{link: "/account", name: i18next.t("account:My Account"), organizer: i18next.t("account:Settings for your account")},
];
}