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;