Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: refactor typos with text copy #1125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading