Fixed: Updated wording of Application Server URLs

This commit is contained in:
Robin Dadswell
2021-12-05 13:15:45 +00:00
committed by bakerboy448
parent c64addb976
commit 8855b2846d
5 changed files with 5 additions and 5 deletions
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.Applications.Readarr
[FieldDefinition(0, Label = "Prowlarr Server", HelpText = "Prowlarr server URL as Readarr sees it, including http(s)://, port, and urlbase if needed")]
public string ProwlarrUrl { get; set; }
[FieldDefinition(1, Label = "Readarr Server", HelpText = "Readarr server URL, including http(s):// and port if needed")]
[FieldDefinition(1, Label = "Readarr Server", HelpText = "URL used to connect to Readarr server, including http(s)://, port, and urlbase if required")]
public string BaseUrl { get; set; }
[FieldDefinition(2, Label = "ApiKey", Privacy = PrivacyLevel.ApiKey, HelpText = "The ApiKey generated by Readarr in Settings/General")]