From 2ebaed4841395e19664ed061911827d2ef667e0b Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 27 Feb 2024 14:45:10 +0300 Subject: [PATCH] label updated --- lib/pages/medical/eye/ContactLensPage.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/medical/eye/ContactLensPage.dart b/lib/pages/medical/eye/ContactLensPage.dart index 49db73b8..ba6d91dc 100644 --- a/lib/pages/medical/eye/ContactLensPage.dart +++ b/lib/pages/medical/eye/ContactLensPage.dart @@ -52,7 +52,7 @@ class ContactLensPage extends StatelessWidget { getRow('OZ', '${listHISGetContactLensPerscription.oZ}'), getRow('CT', '${listHISGetContactLensPerscription.cT}'), 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('CT', '${listHISGetContactLensPerscription.cT}'), getRow('Blend', '${listHISGetContactLensPerscription.blend}'), - getRow(TranslationBase.of(context).reminder, '${listHISGetContactLensPerscription.remarks}', isLast: true), + getRow(TranslationBase.of(context).remarks, '${listHISGetContactLensPerscription.remarks}', isLast: true), ], ), ),