Skip to content

Commit

Permalink
Fixed the text for #2370
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jul 26, 2018
1 parent e172c94 commit 02adcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ombi.Store/Context/OmbiContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public void Seed()
notificationToAdd = new NotificationTemplates
{
NotificationType = notificationType,
Message = "Hello! You {Title} on {ApplicationName}! This is now available! :)",
Message = "Hello! Your request for {Title} on {ApplicationName}! This is now available! :)",
Subject = "{ApplicationName}: {Title} is now available!",
Agent = agent,
Enabled = true,
Expand Down

0 comments on commit 02adcda

Please sign in to comment.