add translation for add field

fix https://github.com/ohmyform/ui/issues/24
This commit is contained in:
Michael Schramm 2020-06-11 18:17:42 +02:00
parent a4fd1321cd
commit d06a5df272
2 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export const FieldsTab: React.FC<Props> = (props) => {
props.onChangeFields(next)
}}
>
<PlusOutlined /> Add Field
<PlusOutlined /> {t('type:add')}
</Button>
</Space>
</Form.Item>

View File

@ -1,4 +1,5 @@
{
"add": "Add Field",
"confirmDelete": "Really remove this field? Check that it is not referenced anywhere!",
"date": {
"default": "Default Date",