mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
add translation for add field
fix https://github.com/ohmyform/ui/issues/24
This commit is contained in:
parent
a4fd1321cd
commit
d06a5df272
@ -74,7 +74,7 @@ export const FieldsTab: React.FC<Props> = (props) => {
|
|||||||
props.onChangeFields(next)
|
props.onChangeFields(next)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<PlusOutlined /> Add Field
|
<PlusOutlined /> {t('type:add')}
|
||||||
</Button>
|
</Button>
|
||||||
</Space>
|
</Space>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"add": "Add Field",
|
||||||
"confirmDelete": "Really remove this field? Check that it is not referenced anywhere!",
|
"confirmDelete": "Really remove this field? Check that it is not referenced anywhere!",
|
||||||
"date": {
|
"date": {
|
||||||
"default": "Default Date",
|
"default": "Default Date",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user