change word "Scheme" to "Plan"
This commit is contained in:
parent
cae3ea1aad
commit
1cbb2e0053
3 changed files with 3 additions and 3 deletions
|
|
@ -166,7 +166,7 @@ class _PatientInfoState extends State<PatientInfo> {
|
|||
width: textFieldWidth,
|
||||
child: MIHTextField(
|
||||
controller: medSchemeController,
|
||||
hintText: "Scheme",
|
||||
hintText: "Plan",
|
||||
editable: false,
|
||||
required: false),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@ class _AddPatientState extends State<AddPatient> {
|
|||
const SizedBox(height: 10.0),
|
||||
MIHTextField(
|
||||
controller: medSchemeController,
|
||||
hintText: "Medical Aid Scheme",
|
||||
hintText: "Medical Aid Plan",
|
||||
editable: value,
|
||||
required: value,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -510,7 +510,7 @@ class _EditPatientState extends State<EditPatient> {
|
|||
const SizedBox(height: 10.0),
|
||||
MIHTextField(
|
||||
controller: medSchemeController,
|
||||
hintText: "Medical Aid Scheme",
|
||||
hintText: "Medical Aid Plan",
|
||||
editable: value,
|
||||
required: value,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue