修复全部任务多语言

This commit is contained in:
whyour
2023-08-06 14:55:51 +08:00
parent a2e33d1ed4
commit f947866c32
4 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ const Other = ({
return (
<Form layout="vertical" form={form}>
<Form.Item
label={intl.get('主题设置')}
label={intl.get('主题')}
name="theme"
initialValue={defaultTheme}
>