mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-04 14:53:49 +01:00
Fixed: Correct spelling of 'freeleech'
This commit is contained in:
parent
d2e3bf3964
commit
cb046172f8
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ public GazelleSettings()
|
|||
[FieldDefinition(2, Label = "Password", Type = FieldType.Password, HelpText = "Password", Privacy = PrivacyLevel.Password)]
|
||||
public string Password { get; set; }
|
||||
|
||||
[FieldDefinition(3, Type = FieldType.Checkbox, Label = "Use Freeleech Token", HelpText = "Use Freeleach Token")]
|
||||
[FieldDefinition(3, Type = FieldType.Checkbox, Label = "Use Freeleech Token", HelpText = "Use Freeleech Token")]
|
||||
public bool UseFreeleechToken { get; set; }
|
||||
|
||||
public NzbDroneValidationResult Validate()
|
||||
|
|
|
|||
|
|
@ -1047,7 +1047,7 @@
|
|||
"name": "Any",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": 20,
|
||||
"preferredTags": "freeleach",
|
||||
"preferredTags": "freeleech",
|
||||
"items": [
|
||||
{
|
||||
"quality": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue