corrects the book notification title

This commit is contained in:
2016-07-21 12:17:23 +02:00
parent 1625ca3d2f
commit 6ad5994a80

View File

@ -11,7 +11,7 @@ namespace Yavsc.Helpers
{ {
var yaev = new YaEvent var yaev = new YaEvent
{ {
Title = query.Client.UserName + SR["is asking you for a date"], Title = query.Client.UserName + " "+ SR["is asking you for a date"]+".",
Comment = (query.Previsional != null) ? Comment = (query.Previsional != null) ?
SR["Deposit"] + string.Format(": {0:00}", SR["Deposit"] + string.Format(": {0:00}",
query.Previsional) : SR["No deposit."], query.Previsional) : SR["No deposit."],