1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 08:19:38 +02:00

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

This commit is contained in:
bakerboy448 2022-08-18 20:12:57 -05:00 committed by Qstick
parent dadd796737
commit 12829580e5

View File

@ -21,7 +21,7 @@ public abstract class RegexSpecificationBase : CustomFormatSpecificationBase
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;