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>
@@ -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>
+2 -2
View File
@@ -12,8 +12,8 @@
"Saved then enable AFFiNE Cloud": "All changes are saved locally, click to enable AFFiNE Cloud.",
"Not now": "Not now",
"Export Description": "You can export the entire Workspace data for backup, and the exported data can be re-imported.",
"Quick search": "Quick search",
"All pages": "All pages",
"Quick search": "Quick Search",
"All pages": "All Pages",
"No item": "No item",
"Import": "Import",
"Trash": "Trash",