From 1cbb2e005353bb25884961f9fa0aa821c80e2510 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Tue, 25 Mar 2025 12:16:28 +0200 Subject: [PATCH] change word "Scheme" to "Plan" --- .../patient_profile/pat_profile/app_tools/patient_info.dart | 2 +- .../mih_packages/patient_profile/pat_profile/patient_add.dart | 2 +- .../mih_packages/patient_profile/pat_profile/patient_edit.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, ),