diff --git a/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx b/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx index 0e653e632a..44243e3bd6 100644 --- a/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx +++ b/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx @@ -43,7 +43,7 @@ export const Profile: FC = ({ const popupMenu: PopupMenuItem[] = [ { id: "workspace", - title: t("Switch WorkSpace"), + title: t("Switch Workspace"), icon: "arrowLeftRight", subItem: workspaces?.map((w) => { return { diff --git a/web/src/beta/features/Dashboard/index.tsx b/web/src/beta/features/Dashboard/index.tsx index 5f1080be55..0956ce48a6 100644 --- a/web/src/beta/features/Dashboard/index.tsx +++ b/web/src/beta/features/Dashboard/index.tsx @@ -25,7 +25,7 @@ export const bottomTabsItems: Omit = [ icon: "puzzlePiece", disabled: true }, - { id: "documentary", text: "Documentary", icon: "book", disabled: true }, + { id: "documentation", text: "Documentation", icon: "book", disabled: true }, { id: "community", text: "Community", icon: "usersFour", disabled: true }, { id: "help", text: "Help & Support", icon: "question", disabled: true } ]; diff --git a/web/src/services/i18n/translations/en.yml b/web/src/services/i18n/translations/en.yml index 2adac58027..2651717e37 100644 --- a/web/src/services/i18n/translations/en.yml +++ b/web/src/services/i18n/translations/en.yml @@ -54,7 +54,7 @@ Description: '' Write down your content: '' Cover Image: '' Starred: '' -Switch WorkSpace: '' +Switch Workspace: '' Personal: '' Team Workspace: '' Workspace Settings: '' diff --git a/web/src/services/i18n/translations/ja.yml b/web/src/services/i18n/translations/ja.yml index bd0c1131a8..3703bc59be 100644 --- a/web/src/services/i18n/translations/ja.yml +++ b/web/src/services/i18n/translations/ja.yml @@ -54,7 +54,7 @@ Description: プロジェクト概要 Write down your content: '' Cover Image: '' Starred: '' -Switch WorkSpace: '' +Switch Workspace: '' Personal: '' Team Workspace: '' Workspace Settings: ''