diff --git a/src/NzbDrone.Core/Validation/IpValidation.cs b/src/NzbDrone.Core/Validation/IpValidation.cs index b0a674b39..7037ae1ea 100644 --- a/src/NzbDrone.Core/Validation/IpValidation.cs +++ b/src/NzbDrone.Core/Validation/IpValidation.cs @@ -24,7 +24,7 @@ namespace NzbDrone.Core.Validation } return parsedAddress.AddressFamily == AddressFamily.InterNetwork; - }).WithMessage("Must be a valid IPv4 Address"); + }).WithMessage("Must contain wildcard (*) or a valid IPv4 Address"); } public static IRuleBuilderOptions NotListenAllIp4Address(this IRuleBuilder ruleBuilder) diff --git a/src/UI/Settings/General/GeneralViewTemplate.hbs b/src/UI/Settings/General/GeneralViewTemplate.hbs index 1c6c7b6ac..9c94011d4 100644 --- a/src/UI/Settings/General/GeneralViewTemplate.hbs +++ b/src/UI/Settings/General/GeneralViewTemplate.hbs @@ -11,7 +11,7 @@
- +