From d940f91a809578cbb4c63f35793fbb3f6543ce6e Mon Sep 17 00:00:00 2001 From: tingfuyeh Date: Fri, 3 Jan 2025 17:59:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/polaris/service/operation/Create.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/polaris/service/operation/Create.tsx b/web/src/polaris/service/operation/Create.tsx index c375091..47998a7 100644 --- a/web/src/polaris/service/operation/Create.tsx +++ b/web/src/polaris/service/operation/Create.tsx @@ -184,12 +184,12 @@ const CreateForm = purify(function CreateForm(props: DuckCmpProps) { confirm = await Modal.confirm({ message: '确认开启同步开关', description: - '开启后,该服务全部服务资源将同步至全局实例。同步至全局实例后,全局实例中的服务可见性为全局可见。', + '开启后,该服务下所有资源将同步至全局实例。同步至全局实例后,全局实例中的服务可见性为全局可见。', }) } else { confirm = await Modal.confirm({ message: '确认关闭同步开关', - description: '关闭后,该服务全部服务资源将不再同步至全局实例。', + description: '关闭后,该服务下所有资源将不再同步至全局实例。', }) } if (confirm) sync_to_global_registry.setValue(v)