feat: change "Settings" to "Workspace Settings" (#1138)

This commit is contained in:
zqran
2023-02-20 16:48:43 +08:00
committed by GitHub
parent 1c8622432b
commit 6806702e29
4 changed files with 8 additions and 6 deletions
@@ -29,7 +29,7 @@ export const useSwitchToConfig = (
icon: FavouritesIcon,
},
{
title: t('Settings'),
title: t('Workspace Settings'),
href: currentWorkspaceId
? `/workspace/${currentWorkspaceId}/setting`
: '',
@@ -153,7 +153,7 @@ export const WorkSpaceSliderBar = () => {
<StyledListItem active={router.asPath === paths.setting}>
<StyledLink href={{ pathname: paths.setting }}>
<SettingsIcon />
{t('Settings')}
{t('Workspace Settings')}
</StyledLink>
</StyledListItem>