Browse Source

fix: 修复标题与副标题内容不一致的问题

Hi, I have discovered an issue where the content of the title and subtitle is inconsistent, and it has been fixed
pull/11382/head
coderqin 1 year ago
committed by GitHub
parent
commit
568ea53868
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 />;
return [
{
title: '账户密码',
title: '用户消息',
description: '其他用户的消息将以站内信的形式通知',
actions: [Action],
},

Loading…
Cancel
Save