diff --git a/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue b/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue index 66615b8..cfdfa4c 100644 --- a/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue +++ b/apps/jingrow/frontend/src/views/pagetype/local_ai_node/local_ai_node_toolbar.vue @@ -251,7 +251,7 @@ function showPublishConfirmDialog() { const nodeType = nodeRecord.value.node_type const nodeLabel = nodeRecord.value.node_label || nodeType - dialog.success({ + dialog.info({ title: t('Publish to Node Marketplace'), content: t('Are you sure you want to publish node "{0}" to the marketplace?').replace('{0}', nodeLabel), positiveText: t('Confirm'),