1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Settings: Remove misleading placeholder, fix error-message

This commit is contained in:
Lars
2015-05-21 04:31:01 +02:00
parent e5278a0243
commit 00ba19d683
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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<T, string> NotListenAllIp4Address<T>(this IRuleBuilder<T, string> ruleBuilder)