Browse Source

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

pull/11503/head
终会与你同行 10 months ago
committed by GitHub
parent
commit
2b86d40b87
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/account/settings/components/notification.tsx

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

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

Loading…
Cancel
Save