Merge pull request #117 from yaso-meth/QOL--Med-Aid-"Scheme"-to-"Plan"-change
change word "Scheme" to "Plan"
This commit is contained in:
@@ -166,7 +166,7 @@ class _PatientInfoState extends State<PatientInfo> {
|
|||||||
width: textFieldWidth,
|
width: textFieldWidth,
|
||||||
child: MIHTextField(
|
child: MIHTextField(
|
||||||
controller: medSchemeController,
|
controller: medSchemeController,
|
||||||
hintText: "Scheme",
|
hintText: "Plan",
|
||||||
editable: false,
|
editable: false,
|
||||||
required: false),
|
required: false),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -275,7 +275,7 @@ class _AddPatientState extends State<AddPatient> {
|
|||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: medSchemeController,
|
controller: medSchemeController,
|
||||||
hintText: "Medical Aid Scheme",
|
hintText: "Medical Aid Plan",
|
||||||
editable: value,
|
editable: value,
|
||||||
required: value,
|
required: value,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -510,7 +510,7 @@ class _EditPatientState extends State<EditPatient> {
|
|||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
MIHTextField(
|
MIHTextField(
|
||||||
controller: medSchemeController,
|
controller: medSchemeController,
|
||||||
hintText: "Medical Aid Scheme",
|
hintText: "Medical Aid Plan",
|
||||||
editable: value,
|
editable: value,
|
||||||
required: value,
|
required: value,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user