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), ], ), ),