From 3843ace4f9d1b41ca837c547e3fd3e6b75714cba Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Mon, 13 Mar 2017 12:31:37 +0000 Subject: [PATCH] #1218 changed the text when we cannot display release notes for dev and EAP branches. --- Ombi.Core/StatusChecker/StatusChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ombi.Core/StatusChecker/StatusChecker.cs b/Ombi.Core/StatusChecker/StatusChecker.cs index 11710f21b..ed86e4e54 100644 --- a/Ombi.Core/StatusChecker/StatusChecker.cs +++ b/Ombi.Core/StatusChecker/StatusChecker.cs @@ -168,7 +168,7 @@ namespace Ombi.Core.StatusChecker var model = new StatusModel { DownloadUri = downloadLink, - ReleaseNotes = $"{branchDisplay} (See recent commits for details)", + ReleaseNotes = $"{branchDisplay} (See Recent Changes tab for more details)", ReleaseTitle = $"Ombi {branchDisplay}", NewVersion = branchResult.build.version, UpdateUri = downloadLink,