mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 22:07:07 -04:00
Fix wiki link for update healthcheck
This commit is contained in:
parent
2d237ae6b7
commit
3b29096e40
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
_localizationService.GetLocalizedString("UpdateAvailableHealthCheckMessage", new Dictionary<string, object>
|
||||
{
|
||||
{ "version", $"v{latestAvailable.Version}" }
|
||||
}));
|
||||
}),
|
||||
"#new-update-is-available");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue