Skip to content

Commit

Permalink
Merge pull request #92 from NerdCats/Issue#91
Browse files Browse the repository at this point in the history
#91 changing order completion message sub string from system to service
fixes #91
  • Loading branch information
tareq89 authored Jun 26, 2016
2 parents baa3f83 + 61e2eb4 commit 34d92f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/job/shared/orderInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class OrderInfo {
break;
case 4:
this.orderInfoHeading = "You Delivery has been completed!";
this.orderInfoDesc = "Thank you for using our system";
this.orderInfoDesc = "Thank you for using our service";
break;
default:
break;
Expand Down

0 comments on commit 34d92f9

Please sign in to comment.