Bugfixing.
This commit is contained in:
parent
86efa11994
commit
5670d21e76
31 changed files with 241 additions and 216 deletions
|
@ -404,7 +404,7 @@ export default class CUD extends Component {
|
|||
deletedMsg={t('Field deleted')}/>
|
||||
}
|
||||
|
||||
<Title>{isEdit ? t('Edit Import/Task') : t('Create Import/Task')}</Title>
|
||||
<Title>{isEdit ? t('Edit Import') : t('Create Import')}</Title>
|
||||
|
||||
<Form stateOwner={this} onSubmitAsync={::this.submitHandler}>
|
||||
<InputField id="name" label={t('Name')}/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue