label updated

dev_3.3_Floward
haroon amjad 2 years ago
parent d6dacfb743
commit 2ebaed4841

@ -52,7 +52,7 @@ class ContactLensPage extends StatelessWidget {
getRow('OZ', '${listHISGetContactLensPerscription.oZ}'), getRow('OZ', '${listHISGetContactLensPerscription.oZ}'),
getRow('CT', '${listHISGetContactLensPerscription.cT}'), getRow('CT', '${listHISGetContactLensPerscription.cT}'),
getRow('Blend', '${listHISGetContactLensPerscription.blend}'), getRow('Blend', '${listHISGetContactLensPerscription.blend}'),
getRow(TranslationBase.of(context).reminder, '${listHISGetContactLensPerscription.remarks}', isLast: true), getRow(TranslationBase.of(context).remarks, '${listHISGetContactLensPerscription.remarks}', isLast: true),
], ],
), ),
), ),
@ -84,7 +84,7 @@ class ContactLensPage extends StatelessWidget {
getRow('OZ', '${listHISGetContactLensPerscription.oZ}'), getRow('OZ', '${listHISGetContactLensPerscription.oZ}'),
getRow('CT', '${listHISGetContactLensPerscription.cT}'), getRow('CT', '${listHISGetContactLensPerscription.cT}'),
getRow('Blend', '${listHISGetContactLensPerscription.blend}'), getRow('Blend', '${listHISGetContactLensPerscription.blend}'),
getRow(TranslationBase.of(context).reminder, '${listHISGetContactLensPerscription.remarks}', isLast: true), getRow(TranslationBase.of(context).remarks, '${listHISGetContactLensPerscription.remarks}', isLast: true),
], ],
), ),
), ),

Loading…
Cancel
Save