diff --git a/next/web/src/App/Admin/Settings/EmailNotification/index.tsx b/next/web/src/App/Admin/Settings/EmailNotification/index.tsx index dfbe1603b..f63472e1e 100644 --- a/next/web/src/App/Admin/Settings/EmailNotification/index.tsx +++ b/next/web/src/App/Admin/Settings/EmailNotification/index.tsx @@ -172,7 +172,7 @@ export function EmailNotification() { const handleRemove = () => { Modal.confirm({ title: '移除邮件通知', - content: '已设置的数据将会丢失,该操作不课恢复。', + content: '已设置的数据将会丢失,该操作不可恢复。', okButtonProps: { danger: true }, onOk: remove, });