Skip to content

Commit

Permalink
add Experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumbobeaty committed Oct 28, 2024
1 parent 9b91d5e commit b78301f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default ({
},
{
id: "export",
title: t("Export"),
title: t("Export Experimental"),
icon: "downloadSimple",
onClick: () => handleExportProject()
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const Projects: FC<{ workspaceId?: string }> = ({ workspaceId }) => {
/>
<ManagerHeaderButton
key={"import-project"}
title={t("Import")}
title={t("Import Experimental")}
managerSize="large"
icon="signIn"
appearance="secondary"
Expand Down
4 changes: 2 additions & 2 deletions web/src/services/i18n/translations/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Last Created: ''
First Created: ''
Last Updated: ''
New Project: ''
Import: ''
Import Experimental: ''
All projects: ''
Search Result for: ''
Project Name: ''
Expand All @@ -46,7 +46,7 @@ Created At: ''
No Project has been created yet: ''
Rename: ''
Project Setting: ''
Export: ''
Export Experimental: ''
Move to Recycle Bin: ''
Create new project: ''
Project Name *: ''
Expand Down
4 changes: 2 additions & 2 deletions web/src/services/i18n/translations/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Last Created: ''
First Created: ''
Last Updated: ''
New Project: 新規プロジェクト
Import: インポート
Import Experimental: ''
All projects: ''
Search Result for: ''
Project Name: プロジェクト名
Expand All @@ -46,7 +46,7 @@ Created At: ''
No Project has been created yet: ''
Rename: 名称変更
Project Setting: プロジェクト設定
Export: エクスポート
Export Experimental: ''
Move to Recycle Bin: ''
Create new project: ''
Project Name *: ''
Expand Down

0 comments on commit b78301f

Please sign in to comment.