mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
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.
This commit is contained in:
parent
6a104afb33
commit
1c22d57b8e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue