mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
#1218 changed the text when we cannot display release notes for dev and EAP branches.
This commit is contained in:
parent
2804191781
commit
3843ace4f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue