Skip to content

Commit fc48d31

Browse files
committed
fix i18n
1 parent 9cc23c4 commit fc48d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/core/workflow/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const workflowNodeTemplateList: {
8686
export const defaultGroup: PluginGroupSchemaType = {
8787
groupId: 'systemPlugin',
8888
groupAvatar: 'core/app/type/pluginLight',
89-
groupName: i18nT('common:core.module.template.System Tools'),
89+
groupName: i18nT('app:core.module.template.System Tools'),
9090
groupOrder: 0,
9191
groupTypes: systemPluginTemplateList
9292
};

0 commit comments

Comments
 (0)