Fix section name to Configuration
This commit is contained in:
parent
d460769e83
commit
4029dac491
2 changed files with 3 additions and 3 deletions
|
@ -317,12 +317,12 @@ const MenuList = withStyles(styles, { name: "MenuList" })(
|
|||
src={configureIcon}
|
||||
/>
|
||||
<Typography
|
||||
aria-label="configure"
|
||||
aria-label="configuration"
|
||||
className={classNames(classes.menuListItemText, {
|
||||
[classes.menuListItemTextHide]: !isMenuSmall
|
||||
})}
|
||||
>
|
||||
{i18n.t("Configure")}
|
||||
{i18n.t("Configuration")}
|
||||
</Typography>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -78,7 +78,7 @@ export const ConfigurationPage = withStyles(styles, {
|
|||
name: "ConfigurationPage"
|
||||
})(({ classes, menu, user, onSectionClick }: ConfigurationPageProps) => (
|
||||
<Container>
|
||||
<PageHeader title={i18n.t("Configure")} />
|
||||
<PageHeader title={i18n.t("Configuration")} />
|
||||
<div className={classes.root}>
|
||||
{menu
|
||||
.filter(menuItem =>
|
||||
|
|
Loading…
Reference in a new issue