Fixed: IPv4 instead of IP4

This commit is contained in:
Ajax 2022-02-21 14:07:54 -06:00 committed by GitHub
parent 79436149eb
commit c7427f8df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function HostSettings(props) {
<FormInputGroup
type={inputTypes.TEXT}
name="bindAddress"
helpText="Valid IP4 address or '*' for all interfaces"
helpText="Valid IPv4 address or '*' for all interfaces"
helpTextWarning="Requires restart to take effect"
onChange={onInputChange}
{...bindAddress}