mirror of
https://github.com/Radarr/Radarr
synced 2026-01-17 13:03:26 +01:00
rephrase wording
This commit is contained in:
parent
a75f3e1f8e
commit
95d97c59d7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public CouchPotatoSettings()
|
|||
[FieldDefinition(3, Label = "CouchPotato API Key", HelpText = "CoouchPootato API Key.")]
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(4, Label = "Only Active", HelpText = "Should only active (not yet downloaded) movies be fetched", Type = FieldType.Checkbox)]
|
||||
[FieldDefinition(4, Label = "Only Wanted", HelpText = "Only add wanted movies.", Type = FieldType.Checkbox)]
|
||||
public bool OnlyActive { get; set; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue