Skip to content

Commit

Permalink
wording change (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Dec 12, 2020
1 parent 43b1ed0 commit 2614c56
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 received and processing just started');
return this.statusCodeMessage(response, 'File updoaded and processing just started');
}

newProjectNotificationMessage(response) {
Expand Down

0 comments on commit 2614c56

Please sign in to comment.