We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc23c4 commit fc48d31Copy full SHA for fc48d31
packages/web/core/workflow/constants.ts
@@ -86,7 +86,7 @@ export const workflowNodeTemplateList: {
86
export const defaultGroup: PluginGroupSchemaType = {
87
groupId: 'systemPlugin',
88
groupAvatar: 'core/app/type/pluginLight',
89
- groupName: i18nT('common:core.module.template.System Tools'),
+ groupName: i18nT('app:core.module.template.System Tools'),
90
groupOrder: 0,
91
groupTypes: systemPluginTemplateList
92
};
0 commit comments