Skip to content

Commit

Permalink
add translation for add field
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Jun 11, 2020
1 parent a4fd132 commit d06a5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/admin/fields.tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions locales/en/type.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"add": "Add Field",
"confirmDelete": "Really remove this field? Check that it is not referenced anywhere!",
"date": {
"default": "Default Date",
Expand Down

0 comments on commit d06a5df

Please sign in to comment.