mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: change "Settings" to "Workspace Settings" (#1138)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -135,9 +135,11 @@ const WorkspaceSetting = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{t('Settings')} - AFFiNE</title>
|
||||
<title>{t('Workspace Settings')} - AFFiNE</title>
|
||||
</Head>
|
||||
<PageListHeader icon={<SettingsIcon />}>{t('Settings')}</PageListHeader>
|
||||
<PageListHeader icon={<SettingsIcon />}>
|
||||
{t('Workspace Settings')}
|
||||
</PageListHeader>
|
||||
|
||||
<StyledSettingContainer>
|
||||
<StyledTabButtonWrapper>
|
||||
|
||||
Reference in New Issue
Block a user