mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
perf: i18n (#4740)
* feat: login limit time config * doc * perf: code * i18n update * update lock * fix: ts * update package
This commit is contained in:
@@ -180,7 +180,7 @@ const MultipleSelect = <T = any,>({
|
||||
>
|
||||
{isSelectAll ? (
|
||||
<Box fontSize={'mini'} color={'myGray.900'}>
|
||||
{t('common:common.All')}
|
||||
{t('common:All')}
|
||||
</Box>
|
||||
) : (
|
||||
list
|
||||
@@ -249,7 +249,7 @@ const MultipleSelect = <T = any,>({
|
||||
{...menuItemStyles}
|
||||
>
|
||||
<Checkbox isChecked={isSelectAll} />
|
||||
<Box flex={'1 0 0'}>{t('common:common.All')}</Box>
|
||||
<Box flex={'1 0 0'}>{t('common:All')}</Box>
|
||||
</MenuItem>
|
||||
|
||||
<MyDivider my={1} />
|
||||
|
Reference in New Issue
Block a user