diff --git a/src/pages/account/settings/components/notification.tsx b/src/pages/account/settings/components/notification.tsx index b7f274b8..628513e2 100644 --- a/src/pages/account/settings/components/notification.tsx +++ b/src/pages/account/settings/components/notification.tsx @@ -10,7 +10,7 @@ const NotificationView: React.FC = () => { ); return [ { - title: '账户密码', + title: '用户消息', description: '其他用户的消息将以站内信的形式通知', actions: [Action], },