From a05490f7e9b50648a78242392f7cebab1c349b34 Mon Sep 17 00:00:00 2001 From: sdjdd Date: Fri, 19 Apr 2024 16:51:03 +0800 Subject: [PATCH] fix(next/web): typo --- next/web/src/App/Admin/Settings/EmailNotification/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });