mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-20 11:50:51 +02:00
Improve HDBits Settings Helptext
This commit is contained in:
parent
33b7ba8725
commit
ae870fd46a
2 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public HDBitsSettings()
|
|||
[FieldDefinition(2, Label = "Username", HelpText = "Site Username", Privacy = PrivacyLevel.UserName)]
|
||||
public string Username { get; set; }
|
||||
|
||||
[FieldDefinition(3, Label = "API Key", HelpText = "Site API Key", Privacy = PrivacyLevel.ApiKey)]
|
||||
[FieldDefinition(3, Label = "IndexerSettingsPasskey", HelpText = "IndexerHDBitsSettingsPasskeyHelpText", Privacy = PrivacyLevel.ApiKey)]
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
[FieldDefinition(4, Label = "Codecs", Type = FieldType.Select, SelectOptions = typeof(HdBitsCodec), HelpText = "If unspecified, all options are used.", Advanced = true)]
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@
|
|||
"IndexerDownloadClientHelpText": "Specify which download client is used for grabs made within {appName} from this indexer",
|
||||
"IndexerFailureRate": "Indexer Failure Rate",
|
||||
"IndexerFlags": "Indexer Flags",
|
||||
"IndexerHDBitsSettingsPasskeyHelpText": "Passkey from User Details",
|
||||
"IndexerHealthCheckNoIndexers": "No indexers enabled, {appName} will not return search results",
|
||||
"IndexerHistoryLoadError": "Error loading indexer history",
|
||||
"IndexerId": "Indexer ID",
|
||||
|
|
@ -285,6 +286,7 @@
|
|||
"IndexerQuery": "Indexer Query",
|
||||
"IndexerRss": "Indexer RSS",
|
||||
"IndexerSettingsSummary": "Configure various global Indexer settings including Proxies.",
|
||||
"IndexerSettingsPasskey": "Pass Key",
|
||||
"IndexerSite": "Indexer Site",
|
||||
"IndexerStatus": "Indexer Status",
|
||||
"IndexerStatusCheckAllClientMessage": "All indexers are unavailable due to failures",
|
||||
|
|
|
|||
Loading…
Reference in a new issue