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
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Indexers.BroadcastheNet
BaseSettings.LimitsUnit = (int)IndexerLimitsUnit.Hour;
}
[FieldDefinition(2, Label = "API Key", Privacy = PrivacyLevel.ApiKey)]
[FieldDefinition(2, Label = "ApiKey", Privacy = PrivacyLevel.ApiKey)]
public string ApiKey { get; set; }
public override NzbDroneValidationResult Validate()