diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7b6b1a..5e9352a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - 翻译:修复部分错误翻译。 - 帖子:修复部分签名有样式溢出的用户的楼层无法回复和评分的问题。 - 帖子:修复帖子评分中头像无法加载时不显示且不断重试的问题。 +- 帖子:修复用户资料中的腹黑显示为天然的问题。 ### Changed diff --git a/lib/widgets/card/post_card/show_user_brief_profile_dialog.dart b/lib/widgets/card/post_card/show_user_brief_profile_dialog.dart index 8a4670d9..e2e590c1 100644 --- a/lib/widgets/card/post_card/show_user_brief_profile_dialog.dart +++ b/lib/widgets/card/post_card/show_user_brief_profile_dialog.dart @@ -201,7 +201,7 @@ class _UserBriefProfileDialog extends StatelessWidget { _UserProfilePair( MdiIcons.dominoMask, tr.scheming, - profile.natural, + profile.scheming, style: _UserProfileAttrStyle.secondary, ), _UserProfilePair(