mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Merge pull request #3556 from XanderStrike/FixNotification
Improve wording for Now Available notification template
This commit is contained in:
commit
818e06d452
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace Ombi.Store.Context
|
||||||
notificationToAdd = new NotificationTemplates
|
notificationToAdd = new NotificationTemplates
|
||||||
{
|
{
|
||||||
NotificationType = notificationType,
|
NotificationType = notificationType,
|
||||||
Message = "Hello! Your request for {Title} on {ApplicationName}! This is now available! :)",
|
Message = "Hello! Your request for {Title} on {ApplicationName} is now available! :)",
|
||||||
Subject = "{ApplicationName}: {Title} is now available!",
|
Subject = "{ApplicationName}: {Title} is now available!",
|
||||||
Agent = agent,
|
Agent = agent,
|
||||||
Enabled = true,
|
Enabled = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue