Skip to content

Commit

Permalink
fix: Correct category of 'Workflow' used in Explore Apps. (#11351)
Browse files Browse the repository at this point in the history
  • Loading branch information
douxc authored Dec 4, 2024
1 parent 5e2cb0e commit e5bb4cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/i18n/en-US/explore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ const translation = {
nameRequired: 'App name is required',
},
category: {
Agent: 'Agent',
Assistant: 'Assistant',
Writing: 'Writing',
Translate: 'Translate',
Programming: 'Programming',
HR: 'HR',
Workflow: 'Workflow',
},
}

Expand Down
2 changes: 2 additions & 0 deletions web/i18n/zh-Hans/explore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ const translation = {
nameRequired: '应用程序名称不能为空',
},
category: {
Agent: 'Agent',
Assistant: '助手',
Writing: '写作',
Translate: '翻译',
Programming: '编程',
HR: '人力资源',
Workflow: '工作流',
},
}

Expand Down

0 comments on commit e5bb4cc

Please sign in to comment.