improve wording for Now Available notification template

Before: Hello! Your request for The Warriors on Plex Server! This is now
available! :)

After: Hello! Your request for The Warriors on Plex Server is now
available! :)

I feel this flows better and the sentence sounds more complete.
pull/3556/head
Alexander Standke 4 years ago
parent 6a104afb33
commit 1c22d57b8e

@ -120,7 +120,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates
{
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!",
Agent = agent,
Enabled = true,

Loading…
Cancel
Save