Merge branch 'DEVELOP' of ssh://git.eclipse.org:29418/openk-usermodules/org.eclipse.openk-usermodules.gridFailureInformation.frontend into DEVELOP
diff --git a/projects/grid-failure-information-app/src/app/shared/async-services/http/httpResponseHandler.service.ts b/projects/grid-failure-information-app/src/app/shared/async-services/http/httpResponseHandler.service.ts
index 56695a3..a562f53 100644
--- a/projects/grid-failure-information-app/src/app/shared/async-services/http/httpResponseHandler.service.ts
+++ b/projects/grid-failure-information-app/src/app/shared/async-services/http/httpResponseHandler.service.ts
@@ -204,12 +204,12 @@
   }
 
   /**
-   * Shows error notification with given title and message
+   * Shows alert notification with given title and message
    *
    * @param title
    * @param message
    */
   private showNotificationWarning(title: string, message: string): void {
-    this.notificationsService.warn(title, message, this.configService.get('notifications').options);
+    this.notificationsService.alert(title, message, this.configService.get('notifications').options);
   }
 }