Added an application URL in the customization settings #1513

This commit is contained in:
Jamie.Rees 2017-09-28 08:31:25 +01:00
parent 5472baff24
commit 9556ed1b34
7 changed files with 44 additions and 9 deletions

View file

@ -170,7 +170,7 @@ namespace Ombi.Store.Context
notificationToAdd = new NotificationTemplates
{
NotificationType = notificationType,
Message = "Hello! You have been invited to use {ApplicationName}!",
Message = "Hello! You have been invited to use {ApplicationName}! You can login here: {ApplicationUrl}",
Subject = "Invite to {ApplicationName}",
Agent = agent,
Enabled = true,