fix: user settings locales

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent 1771ca363a
commit 6880fd3f5f
5 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const Profile: React.FC = () => {
<PageContainer
ghost
header={{
title: 'User Settings',
title: intl.formatMessage({ id: 'users.settings.title' }),
style: {
paddingInline: 'var(--layout-content-inlinepadding)'
}