Translations for indexer settings

This commit is contained in:
Bogdan
2024-02-10 15:05:42 +02:00
parent 83e7e30e4f
commit 02bc40b9b6
56 changed files with 185 additions and 114 deletions
@@ -316,7 +316,7 @@ namespace NzbDrone.Core.Indexers.Definitions
[FieldDefinition(3, Label = "Password", HelpText = "Site Password", Privacy = PrivacyLevel.Password, Type = FieldType.Password)]
public string Password { get; set; }
[FieldDefinition(4, Label = "API Key", Hidden = HiddenType.Hidden)]
[FieldDefinition(4, Label = "ApiKey", Hidden = HiddenType.Hidden)]
public string ApiKey { get; set; }
public override NzbDroneValidationResult Validate()