Update default language to English (#309)

### What problem does this PR solve?

Update default language to English

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2024-04-11 08:17:15 +08:00
committed by GitHub
parent ecb7a46a3a
commit 0b2808f990
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
<Form.Item
name={'language'}
label={t('language')}
initialValue={'Chinese'}
initialValue={'English'}
tooltip="coming soon"
style={{ display: 'none' }}
>