From 4dfcf442ede99153ee4b23435aa68f69a90e59b5 Mon Sep 17 00:00:00 2001 From: mulengawilfred Date: Tue, 3 Sep 2024 08:05:54 +0200 Subject: [PATCH] fix: refactor typos with text copy --- web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx | 2 +- web/src/beta/features/Dashboard/index.tsx | 2 +- web/src/services/i18n/translations/en.yml | 2 +- web/src/services/i18n/translations/ja.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx b/web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx index d79e87c96..813b3bb1f 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 5f1080be5..0956ce48a 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 bedc64480..3b4688452 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 f09f0baa6..40d3c4366 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: ''