mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
Improve i18n.
This commit is contained in:
@ -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")},
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user