New: Update Cert Validation Help Text
This commit is contained in:
parent
590f306e5f
commit
66be23a7c4
|
@ -160,7 +160,7 @@ class SecuritySettings extends Component {
|
|||
type={inputTypes.SELECT}
|
||||
name="certificateValidation"
|
||||
values={certificateValidationOptions}
|
||||
helpText="Change how strict HTTPS certification validation is"
|
||||
helpText="Change how strict HTTPS certification validation is. Do not change unless you understand the risks."
|
||||
onChange={onInputChange}
|
||||
{...certificateValidation}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue