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

pull/1245/head
Jamie.Rees 8 years ago
parent 2804191781
commit 3843ace4f9

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

Loading…
Cancel
Save