mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
learning to spell
This commit is contained in:
parent
08714f79da
commit
2a42ad8970
@ -26,7 +26,7 @@ public RestrictionModule(IRestrictionService restrictionService)
|
|||||||
{
|
{
|
||||||
if (restriction.Ignored.IsNullOrWhiteSpace() && restriction.Required.IsNullOrWhiteSpace())
|
if (restriction.Ignored.IsNullOrWhiteSpace() && restriction.Required.IsNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
return new ValidationFailure("", "Either 'Must contaion' or 'Must not contain' is required");
|
return new ValidationFailure("", "Either 'Must contain' or 'Must not contain' is required");
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user