fix: Correct category of 'Workflow' used in Explore Apps. (#11351)

This commit is contained in:
NFish
2024-12-04 18:19:12 +08:00
committed by GitHub
parent 5e2cb0e3a8
commit e5bb4cca12
2 changed files with 4 additions and 0 deletions

View File

@@ -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',
},
}