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) {