From 00ba19d68353e7e5c612e9d7ad91e28498010d7e Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 21 May 2015 04:31:01 +0200 Subject: [PATCH] Settings: Remove misleading placeholder, fix error-message --- src/NzbDrone.Core/Validation/IpValidation.cs | 2 +- src/UI/Settings/General/GeneralViewTemplate.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
- +