Add locales key for 'Help text'
This commit is contained in:
parent
1ed90941a7
commit
10dcfeb749
2 changed files with 3 additions and 2 deletions
|
@ -511,7 +511,7 @@ export default class CUD extends Component {
|
||||||
|
|
||||||
<InputField id="key" label={t('mergeTag-1')}/>
|
<InputField id="key" label={t('mergeTag-1')}/>
|
||||||
|
|
||||||
<TextArea id="help" label={t('Help text')}/>
|
<TextArea id="help" label={t('helpText')}/>
|
||||||
|
|
||||||
{fieldSettings}
|
{fieldSettings}
|
||||||
|
|
||||||
|
|
|
@ -1027,5 +1027,6 @@
|
||||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character",
|
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character",
|
||||||
"tagLanguage": "Tag language",
|
"tagLanguage": "Tag language",
|
||||||
"tagLanguageMustBeSelected": "Tag language must be selected"
|
"tagLanguageMustBeSelected": "Tag language must be selected",
|
||||||
|
"helpText": "Help text"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue