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 068b409..66615b8 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.warning({ + dialog.success({ 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'),