mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
Optimize the style and logic of the profile (#8639)
### What problem does this PR solve? Optimize the style and logic of the profile [#3221 ](https://github.com/infiniflow/ragflow/issues/3221) ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -552,6 +552,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
avatar: 'Avatar',
|
||||
avatarTip: 'This will be displayed on your profile.',
|
||||
profileDescription: 'Update your photo and personal details here.',
|
||||
maxTokens: 'Max Tokens',
|
||||
maxTokensMessage: 'Max Tokens is required',
|
||||
@ -584,6 +585,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
currentPassword: 'Current password',
|
||||
currentPasswordMessage: 'Please input your password!',
|
||||
newPassword: 'New password',
|
||||
changePassword: 'Change Password',
|
||||
newPasswordMessage: 'Please input your password!',
|
||||
newPasswordDescription:
|
||||
'Your new password must be more than 8 characters.',
|
||||
|
||||
Reference in New Issue
Block a user