Fix some multilingual issues (#11382)

### What problem does this PR solve?

Fix some multilingual issues

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-11-19 19:14:43 +08:00
committed by GitHub
parent 0cc5d7a8a6
commit 9c24d5d44a
3 changed files with 3 additions and 4 deletions

View File

@ -160,7 +160,7 @@ const ProfilePage: FC = () => {
<AvatarUpload
value={profile.avatar}
onChange={handleAvatarUpload}
tips={'This will be displayed on your profile.'}
tips={t('avatarTip')}
/>
</div>
</div>