Skip to content

Commit

Permalink
fix(next/web): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdjdd committed Apr 19, 2024
1 parent fdf13c0 commit a05490f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function EmailNotification() {
const handleRemove = () => {
Modal.confirm({
title: '移除邮件通知',
content: '已设置的数据将会丢失,该操作不课恢复。',
content: '已设置的数据将会丢失,该操作不可恢复。',
okButtonProps: { danger: true },
onOk: remove,
});
Expand Down

0 comments on commit a05490f

Please sign in to comment.