minor language and grammar changes.

This commit is contained in:
stcbus 2020-03-21 18:22:31 -04:00 committed by GitHub
commit a110be83fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,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,
@ -138,7 +138,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Hello! Your request for {Title} has been declined, Sorry!", Message = "Hello! Your request for {Title} has been declined.",
Subject = "{ApplicationName}: your request has been declined", Subject = "{ApplicationName}: your request has been declined",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,
@ -148,7 +148,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Hello! The user '{UserName}' has requested {Title} but it could not be added. This has been added into the requests queue and will keep retrying", Message = "Hello! The user '{UserName}' has requested {Title} but it could not be added. This has been added into the requests queue and it will keep retrying",
Subject = "Item Added To Retry Queue", Subject = "Item Added To Retry Queue",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,
@ -158,7 +158,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Hello! You have been invited to use {ApplicationName}! You can login here: {ApplicationUrl}", Message = "Hello! You have been invited to use {ApplicationName}. You can login here: {ApplicationUrl}",
Subject = "Invite to {ApplicationName}", Subject = "Invite to {ApplicationName}",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,
@ -168,7 +168,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Hello {UserName} Your issue for {Title} has now been resolved.", Message = "Hello {UserName}, your issue for {Title} has now been resolved.",
Subject = "{ApplicationName}: Issue has been resolved for {Title}!", Subject = "{ApplicationName}: Issue has been resolved for {Title}!",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,
@ -179,7 +179,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Hello, There is a new comment on your issue {IssueSubject}, The comment is: {NewIssueComment}", Message = "Hello, There is a new comment on your issue {IssueSubject}. The comment is: {NewIssueComment}",
Subject = "{ApplicationName}: New comment on issue {IssueSubject}!", Subject = "{ApplicationName}: New comment on issue {IssueSubject}!",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,
@ -191,7 +191,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates notificationToAdd = new NotificationTemplates
{ {
NotificationType = notificationType, NotificationType = notificationType,
Message = "Here is a list of Movies and TV Shows that have recently been added!", Message = "Here is a list of Movies and TV Shows that have recently been added:",
Subject = "{ApplicationName}: Recently Added Content!", Subject = "{ApplicationName}: Recently Added Content!",
Agent = agent, Agent = agent,
Enabled = true, Enabled = true,