1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Fixed: Wiki links on all health checks

This commit is contained in:
Robin Dadswell
2021-05-07 00:22:23 +01:00
parent d38311b717
commit 5696fa2efe
10 changed files with 13 additions and 13 deletions
@@ -70,7 +70,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
if (BuildInfo.BuildDateTime < DateTime.UtcNow.AddDays(-14) && _checkUpdateService.AvailableUpdate() != null)
{
return new HealthCheck(GetType(), HealthCheckResult.Warning, _localizationService.GetLocalizedString("UpdateAvailable"));
return new HealthCheck(GetType(), HealthCheckResult.Warning, _localizationService.GetLocalizedString("UpdateAvailable"), "#new_update_is_available");
}
return new HealthCheck(GetType());