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: