mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
@@ -120,7 +120,7 @@ function EditModal({
|
||||
maxLength={100}
|
||||
placeholder={t('user:team.Team Name')}
|
||||
{...register('name', {
|
||||
required: t('common:Please Input Name')
|
||||
required: t('common:please_input_name')
|
||||
})}
|
||||
/>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user