From b76a8d009b807ddbbb21386ad362deb786c506f4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 8 Jan 2019 16:21:08 +0200 Subject: Redundant. --- .../Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Events') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs index a00ff869e..ed35a9b2d 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Events/ViewModels/MainViewVM.cs @@ -110,7 +110,7 @@ namespace Tango.PPC.Events.ViewModels var notificationItem = new MessageNotificationItem(); notificationItem.CanClose = false; - notificationItem.Message = ev.EventType.Description; + notificationItem.Message = ev.EventType.Title; notificationItem.ExpandedMessage = ev.Description; notificationItem.Pressed += async (_, __) => { -- cgit v1.3.1