Commit 7555d67a authored by chenos's avatar chenos
Browse files

typo

parent 7530e679
Showing with 3 additions and 3 deletions
+3 -3
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
'Relationship blocks': 'Relationship blocks', 'Relationship blocks': 'Relationship blocks',
'Select a record': 'Select a record', 'Select a record': 'Select a record',
'Display name': 'Display name', 'Display name': 'Display name',
'Select a icon': 'Select a icon', 'Select an icon': 'Select an icon',
'Custom column name': 'Custom column name', 'Custom column name': 'Custom column name',
'Custom field name': 'Custom field name', 'Custom field name': 'Custom field name',
'Edit description': 'Edit description', 'Edit description': 'Edit description',
......
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
'Relationship blocks': '关系数据区块', 'Relationship blocks': '关系数据区块',
'Select a record': '选择数据', 'Select a record': '选择数据',
'Display name': 'Display name', 'Display name': 'Display name',
'Select a icon': '选择图标', 'Select an icon': '选择图标',
'Custom column name': 'Custom column name', 'Custom column name': 'Custom column name',
'Custom field name': 'Custom field name', 'Custom field name': 'Custom field name',
'Edit description': '编辑描述', 'Edit description': '编辑描述',
......
...@@ -43,7 +43,7 @@ function IconField(props: any) { ...@@ -43,7 +43,7 @@ function IconField(props: any) {
title={t('Icon')} title={t('Icon')}
trigger="click" trigger="click"
> >
<Button>{hasIcon(value) ? <Icon type={value} /> : t('Select a icon')}</Button> <Button>{hasIcon(value) ? <Icon type={value} /> : t('Select an icon')}</Button>
</Popover> </Popover>
{value && ( {value && (
<Button <Button
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment