corrects the book notification title
This commit is contained in:
parent
5549ef0949
commit
18b0279691
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ namespace Yavsc.Helpers
|
|||
{
|
||||
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) ?
|
||||
SR["Deposit"] + string.Format(": {0:00}",
|
||||
query.Previsional) : SR["No deposit."],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue