From 265de547b332f08ca2b22e11db0e3b3eefc86e42 Mon Sep 17 00:00:00 2001 From: yaso Date: Tue, 15 Oct 2024 09:43:14 +0200 Subject: [PATCH] change button to cancel appoiintment and update appointment --- .../patient_profile/builder/build_patient_queue_list.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/patient_manager/lib/mih_packages/patient_profile/builder/build_patient_queue_list.dart b/Frontend/patient_manager/lib/mih_packages/patient_profile/builder/build_patient_queue_list.dart index 1d8c65d8..8bdfd50f 100644 --- a/Frontend/patient_manager/lib/mih_packages/patient_profile/builder/build_patient_queue_list.dart +++ b/Frontend/patient_manager/lib/mih_packages/patient_profile/builder/build_patient_queue_list.dart @@ -360,7 +360,7 @@ class _BuildPatientsListState extends State { onTap: () { updateAccessAPICall(index, "cancelled"); }, - buttonText: "Cancel", + buttonText: "Cancel Appointment", buttonColor: MzanziInnovationHub.of(context)!.theme.errorColor(), textColor: @@ -374,7 +374,7 @@ class _BuildPatientsListState extends State { onTap: () { updateApointmentAPICall(index); }, - buttonText: "Update", + buttonText: "Update Appointment", buttonColor: MzanziInnovationHub.of(context)!.theme.successColor(), textColor: