diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/app_tools/patient_info.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/app_tools/patient_info.dart index 5b1f1697..d3b13c85 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/app_tools/patient_info.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/app_tools/patient_info.dart @@ -166,7 +166,7 @@ class _PatientInfoState extends State { width: textFieldWidth, child: MIHTextField( controller: medSchemeController, - hintText: "Scheme", + hintText: "Plan", editable: false, required: false), ), diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart index 72187ad1..b01d0d16 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart @@ -275,7 +275,7 @@ class _AddPatientState extends State { const SizedBox(height: 10.0), MIHTextField( controller: medSchemeController, - hintText: "Medical Aid Scheme", + hintText: "Medical Aid Plan", editable: value, required: value, ), diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart index ea108318..ed337dcf 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_edit.dart @@ -510,7 +510,7 @@ class _EditPatientState extends State { const SizedBox(height: 10.0), MIHTextField( controller: medSchemeController, - hintText: "Medical Aid Scheme", + hintText: "Medical Aid Plan", editable: value, required: value, ),