#1218 changed the text when we cannot display release notes for dev and EAP branches.

This commit is contained in:
Jamie.Rees 2017-03-13 12:31:37 +00:00
commit 3843ace4f9

View file

@ -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,