corrects the book notification title

This commit is contained in:
Paul Schneider 2016-07-21 12:17:23 +02:00
commit 18b0279691

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."],