Skip to content

Commit

Permalink
fix: refactor typos with text copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mulengawilfred committed Sep 3, 2024
1 parent 4e8cec9 commit 4dfcf44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/beta/features/Dashboard/LeftSidePanel/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const Profile: FC<ProfileProp> = ({
const popupMenu: PopupMenuItem[] = [
{
id: "workspace",
title: t("Switch WorkSpace"),
title: t("Switch Workspace"),
icon: "arrowLeftRight",
subItem: workspaces?.map((w) => {
return {
Expand Down
2 changes: 1 addition & 1 deletion web/src/beta/features/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const bottomTabsItems: Omit<TabItems[], "active"> = [
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 }
];
Expand Down
2 changes: 1 addition & 1 deletion web/src/services/i18n/translations/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Description: ''
Write down your content: ''
Cover Image: ''
Starred: ''
Switch WorkSpace: ''
Switch Workspace: ''
Personal: ''
Team Workspace: ''
Log Out: ''
Expand Down
2 changes: 1 addition & 1 deletion web/src/services/i18n/translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Description: プロジェクト概要
Write down your content: ''
Cover Image: ''
Starred: ''
Switch WorkSpace: ''
Switch Workspace: ''
Personal: ''
Team Workspace: ''
Log Out: ''
Expand Down

0 comments on commit 4dfcf44

Please sign in to comment.