diff --git a/src/pages/account/settings/components/notification.tsx b/src/pages/account/settings/components/notification.tsx index 177c38ce8d..3898ccf658 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], },