diff --git a/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx b/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx index d79e87c963..813b3bb1f4 100644 --- a/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx +++ b/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx @@ -41,7 +41,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 bedc644800..3b4688452b 100644 --- a/web/src/services/i18n/translations/en.yml +++ b/web/src/services/i18n/translations/en.yml @@ -38,7 +38,7 @@ Description: '' Write down your content: '' Cover Image: '' Starred: '' -Switch WorkSpace: '' +Switch Workspace: '' Personal: '' Team Workspace: '' Log Out: '' diff --git a/web/src/services/i18n/translations/ja.yml b/web/src/services/i18n/translations/ja.yml index f09f0baa6f..40d3c43662 100644 --- a/web/src/services/i18n/translations/ja.yml +++ b/web/src/services/i18n/translations/ja.yml @@ -38,7 +38,7 @@ Description: プロジェクト概要 Write down your content: '' Cover Image: '' Starred: '' -Switch WorkSpace: '' +Switch Workspace: '' Personal: '' Team Workspace: '' Log Out: ''