Browse Source

fix: 修复标题与副标题内容不一致的问题 (#11382)

pull/11501/head
终会与你同行 10 months ago
committed by afc163
parent
commit
33befab648
  1. 2
      src/pages/account/settings/components/notification.tsx

2
src/pages/account/settings/components/notification.tsx

@ -10,7 +10,7 @@ const NotificationView: React.FC = () => {
);
return [
{
title: '账户密码',
title: '用户消息',
description: '其他用户的消息将以站内信的形式通知',
actions: [Action],
},

Loading…
Cancel
Save