Skip to content

Commit

Permalink
fix: 修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
tingfuyeh committed Jan 3, 2025
1 parent 10042e2 commit 95375d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/polaris/service/operation/Create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ const CreateForm = purify(function CreateForm(props: DuckCmpProps<Duck>) {
confirm = await Modal.confirm({
message: '确认开启同步开关',
description:
'开启后,该服务、服务实例以及与该服务相关的治理规则将同步至全局实例。同步至全局实例后,全局实例中的服务可见性为全局可见。',
'开启后,该服务全部服务资源将同步至全局实例。同步至全局实例后,全局实例中的服务可见性为全局可见。',
})
} else {
confirm = await Modal.confirm({
message: '确认关闭同步开关',
description: '关闭后,该服务、服务实例以及与该服务相关的治理规则将不再同步至全局实例。',
description: '关闭后,该服务全部服务资源将不再同步至全局实例。',
})
}
if (confirm) sync_to_global_registry.setValue(v)
Expand Down

0 comments on commit 95375d9

Please sign in to comment.