This commit is contained in:
Belen Curcio
2017-02-27 17:06:22 -03:00
parent 628e8844f3
commit b9e9d3e7fa
@@ -17,7 +17,7 @@ const AddOrganizationName = props => {
className={styles.TextField}
id="organizationName"
type="text"
label={lang.t('ADD_ORGANIZATION.DESCRIPTION')}
label={lang.t('ADD_ORGANIZATION.LABEL')}
onChange={handleSettingsChange}
showErrors={install.showErrors}
errorMsg={install.errors.organizationName} />