From ec26758e002844199e8463b756e52e6a4f4d9042 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 11 Dec 2023 11:36:27 -0500 Subject: [PATCH] cancell offer --- src/app/components/myjob-offers/myjob-offers.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/myjob-offers/myjob-offers.component.ts b/src/app/components/myjob-offers/myjob-offers.component.ts index 620af59..f4c4bda 100644 --- a/src/app/components/myjob-offers/myjob-offers.component.ts +++ b/src/app/components/myjob-offers/myjob-offers.component.ts @@ -219,8 +219,8 @@ pendingActionResult:string=''; }; const alert = await this.alertController.create({ - header: "Log out", - message: "Confirm you are ready to log out now.", + header: "Cancel Offer", + message: "Confirm you are ready cancel this offer?", buttons: [ { text: "Cancel",