From 8502addfac0edf421acbc3e527d9188e0508aafb Mon Sep 17 00:00:00 2001 From: Ludek Date: Mon, 13 Apr 2020 15:03:24 +0200 Subject: [PATCH] new notification mesage (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Luděk Nový --- src/app/notification/notification-messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/notification/notification-messages.ts b/src/app/notification/notification-messages.ts index 9c813aa8..5b16f9f7 100644 --- a/src/app/notification/notification-messages.ts +++ b/src/app/notification/notification-messages.ts @@ -7,7 +7,7 @@ import { Injectable } from '@angular/core'; export class NotificationMessage { newTestItemNotificationMessage(response) { - return this.statusCodeMessage(response, 'New test item has been saved'); + return this.statusCodeMessage(response, 'New test item has been received and processing just started'); } newProjectNotificationMessage(response) {