Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1666204 committed Jun 3, 2024
1 parent f8b0bff commit 97899ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Alert/Shield/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ export default function Shield() {
onClick={() => {
showDeleteConfirm({
title: '确定解除该告警屏蔽条件吗?',
content: '删除后不可恢复,请谨慎操作',
okText: '删除',
content: '解除后不可恢复,请谨慎操作',
okText: '解除',
onOk: () => {
deleteSilencer(record.id);
},
Expand Down

0 comments on commit 97899ae

Please sign in to comment.