Update src/NzbDrone.Core/CustomFormats/Specifications/RegexSpecificationBase.cs

pull/7581/head
bakerboy448 2 years ago committed by Qstick
parent dadd796737
commit 12829580e5

@ -21,7 +21,7 @@ namespace NzbDrone.Core.CustomFormats
protected Regex _regex;
protected string _raw;
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Case Insensitive")]
[FieldDefinition(1, Label = "Regular Expression", HelpText = "Custom Format RegEx is Case Insensitive")]
public string Value
{
get => _raw;

Loading…
Cancel
Save