From cb1b51c238c64f570d73b7dca6a2eee205b2da01 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sat, 11 Apr 2020 00:54:54 +0300 Subject: Implemented FSE bug reporting !!! --- Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs') diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs index 441b2f10b..13950af0e 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/LoadingViewVM.cs @@ -33,7 +33,7 @@ namespace Tango.FSE.UI.ViewModels catch (Exception ex) { LogManager.Log(ex, "Error retrieving environments from gateway."); - await NotificationProvider.ShowError("Error retrieving environments from gateway."); + await NotificationProvider.ShowError("Error retrieving environments from gateway service."); ApplicationManager.ShutDown(); } finally -- cgit v1.3.1