From 61e2eb4439e6c4398d4767e18d28b018ee1c6999 Mon Sep 17 00:00:00 2001 From: Muhammed Tareq Aziz Date: Sun, 26 Jun 2016 12:27:07 +0600 Subject: [PATCH] #91 changing order completion message sub string from system to service --- app/job/shared/orderInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/job/shared/orderInfo.ts b/app/job/shared/orderInfo.ts index 2c41892..3874fa6 100644 --- a/app/job/shared/orderInfo.ts +++ b/app/job/shared/orderInfo.ts @@ -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;