diff --git a/lib/config/localized_values.dart b/lib/config/localized_values.dart index 71f37657..f86c4a02 100644 --- a/lib/config/localized_values.dart +++ b/lib/config/localized_values.dart @@ -481,8 +481,10 @@ const Map> localizedValues = { 'emergencyCase': {'en': "Emergency Case", 'ar': 'حالة طارئة'}, 'durationOfIllness': {'en': "duration Of Illness", 'ar': 'مدة المرض'}, 'chiefComplaintsAndSymptoms': { - 'en': "CHIEF COMPLAINTS & OTHER SYMPTOMS", - 'ar': 'شكاوى الرئيس وأعراض أخرى' + 'en': "CHIEF COMPLAINTS", + 'ar': 'شكاوى الرئيس' + // 'en': "CHIEF COMPLAINTS & OTHER SYMPTOMS", + // 'ar': 'شكاوى الرئيس وأعراض أخرى' }, 'patientFeelsPainInHisBackAndCough': { 'en': "Patient Feels pain in his back and cough", diff --git a/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart b/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart index 503e4efd..5e1b6155 100644 --- a/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart +++ b/lib/screens/patients/profile/UCAF/UCAF-input-screen.dart @@ -263,7 +263,7 @@ class _UCAFInputScreenState extends State { fontWeight: FontWeight.w700, color: Color(0xFF2E303A), ), - SizedBox( + /* SizedBox( height: 4, ), AppText( @@ -273,7 +273,7 @@ class _UCAFInputScreenState extends State { fontWeight: FontWeight.normal, color: Color(0xFF575757), fontSize: SizeConfig.textMultiplier * 1.8, - ), + ),*/ SizedBox( height: 8, ),