merge-requests/661/head
mosazaid 5 years ago
parent 7c52666753
commit 25fb8ea5ae

@ -481,8 +481,10 @@ const Map<String, Map<String, String>> 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",

@ -263,7 +263,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
fontWeight: FontWeight.w700,
color: Color(0xFF2E303A),
),
SizedBox(
/* SizedBox(
height: 4,
),
AppText(
@ -273,7 +273,7 @@ class _UCAFInputScreenState extends State<UCAFInputScreen> {
fontWeight: FontWeight.normal,
color: Color(0xFF575757),
fontSize: SizeConfig.textMultiplier * 1.8,
),
),*/
SizedBox(
height: 8,
),

Loading…
Cancel
Save