Skip to content

Commit

Permalink
new notification mesage (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: Luděk Nový <[email protected]>
  • Loading branch information
ludeknovy and Luděk Nový authored Apr 13, 2020
1 parent f84cb5b commit 8502add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/notification/notification-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8502add

Please sign in to comment.