Skip to content

Commit a13226d

Browse files
authored
fix(CodeTag): 将图标文本从中文"代码"改为英文"Code" (#59)
1 parent 7dc54ab commit a13226d

File tree

1 file changed

+1
-1
lines changed
  • ui/ModelModal/src/components/Tags/ModelCapabilities

1 file changed

+1
-1
lines changed

ui/ModelModal/src/components/Tags/ModelCapabilities/CodeTag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const CodeTag = ({ size, showTooltip, showLabel, ...restProps }: Props) =
1515
<CustomTag
1616
size={size}
1717
color="#6366f1"
18-
icon="代码"
18+
icon="Code"
1919
tooltip={showTooltip ? t('models.type.code_generation') : undefined}
2020
{...restProps}>
2121
{showLabel ? t('models.type.code_generation') : ''}

0 commit comments

Comments
 (0)