* doc

* fix: i18n

* fix: scroll load
This commit is contained in:
Archer
2025-05-13 12:16:32 +08:00
committed by GitHub
parent 1edca309c4
commit d5f188a1a4
12 changed files with 15 additions and 13 deletions
@@ -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>