From 568ea53868b22656039046a40ffa4ca6a91c0a34 Mon Sep 17 00:00:00 2001 From: coderqin Date: Mon, 28 Oct 2024 09:54:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=B8=8E=E5=89=AF=E6=A0=87=E9=A2=98=E5=86=85=E5=AE=B9=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I have discovered an issue where the content of the title and subtitle is inconsistent, and it has been fixed --- src/pages/account/settings/components/notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/account/settings/components/notification.tsx b/src/pages/account/settings/components/notification.tsx index 177c38ce..3898ccf6 100644 --- a/src/pages/account/settings/components/notification.tsx +++ b/src/pages/account/settings/components/notification.tsx @@ -8,7 +8,7 @@ const NotificationView: React.FC = () => { const Action = ; return [ { - title: '账户密码', + title: '用户消息', description: '其他用户的消息将以站内信的形式通知', actions: [Action], },