Add locales key for 'Help text'

This commit is contained in:
Markus Opolka 2019-11-11 11:03:58 +01:00
parent 1ed90941a7
commit 10dcfeb749
2 changed files with 3 additions and 2 deletions

View file

@ -511,7 +511,7 @@ export default class CUD extends Component {
<InputField id="key" label={t('mergeTag-1')}/>
<TextArea id="help" label={t('Help text')}/>
<TextArea id="help" label={t('helpText')}/>
{fieldSettings}