fix: typo in Applications tab (#237)

Signed-off-by: ffyuanda <46557895+ffyuanda@users.noreply.github.com>
This commit is contained in:
ffyuanda
2021-08-08 10:03:03 +08:00
committed by Yang Luo
parent 8c66ef6860
commit 05222c7a29
8 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ class HomePage extends React.Component {
{link: "/organizations", name: i18next.t("general:Organizations"), organizer: i18next.t("general:User containers")},
{link: "/users", name: i18next.t("general:Users"), organizer: i18next.t("general:Users under all organizations")},
{link: "/providers", name: i18next.t("general:Providers"), organizer: i18next.t("general:OAuth providers")},
{link: "/applications", name: i18next.t("general:Applications"), organizer: i18next.t("general:Applications that requires authentication")},
{link: "/applications", name: i18next.t("general:Applications"), organizer: i18next.t("general:Applications that require authentication")},
];
} else {
items = [