updated profile navigation + some naming changes

This commit is contained in:
Florian Scholdei
2019-01-18 10:25:35 +01:00
parent f96a7b6ca5
commit 03813b40af
6 changed files with 16 additions and 19 deletions

View File

@@ -69,13 +69,11 @@ class Profile extends React.Component<Props, State> {
</div>
<div className="column">
<Navigation>
<Section label={t("profile.navigation-label")}>
<NavLink to={`${url}`} label={t("profile.information")} />
</Section>
<Section label={t("profile.actions-label")}>
<Section label={t("profile.navigationLabel")}>
<NavLink to={`${url}`} label={t("profile.informationNavLink")} />
<NavLink
to={`${url}/password`}
label={t("profile.change-password")}
label={t("profile.changePasswordNavLink")}
/>
</Section>
</Navigation>