!wip invalid notifcation template

This commit is contained in:
tidusjar 2018-02-08 10:01:11 +00:00
commit 40bdde10e5

View file

@ -145,7 +145,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates
{
NotificationType = notificationType,
Message = "Hello! The user '{RequestedUser}' has reported a new issue for the title {Title}! </br> {Issue}",
Message = "Hello! The user '{RequestedUser}' has reported a new issue for the title {Title}! </br> {IssueCategory} - {IssueSubject} : {IssueDescription}",
Subject = "{ApplicationName}: New issue for {Title}!",
Agent = agent,
Enabled = true,