diff --git a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json index e6d7934496..c68d0119d3 100644 --- a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json +++ b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_en.json @@ -16,7 +16,7 @@ }, { "type": "intelligentFormNodeState", - "name": "Intelligent Form", + "name": "Form", "uniqueName": "" }, { @@ -73,10 +73,5 @@ "type": "parallelNodeState", "name": "Parallel", "uniqueName": "" - }, - { - "type": "manualCheckNodeState", - "name": "Manual Form", - "uniqueName": "" } ] \ No newline at end of file diff --git a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json index 5de8366e3c..2f90ee566a 100644 --- a/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json +++ b/app-builder/jane/plugins/aipp-plugin/src/main/resources/component/basic_node_zh.json @@ -16,7 +16,7 @@ }, { "type": "intelligentFormNodeState", - "name": "智能编排表单", + "name": "表单", "uniqueName": "" }, { @@ -73,10 +73,5 @@ "type": "parallelNodeState", "name": "并行", "uniqueName": "" - }, - { - "type": "manualCheckNodeState", - "name": "人工表单", - "uniqueName": "" } ] \ No newline at end of file