diff --git a/lib/config/localized_values.dart b/lib/config/localized_values.dart index 09562b9f..b56b6aa9 100644 --- a/lib/config/localized_values.dart +++ b/lib/config/localized_values.dart @@ -56,7 +56,7 @@ const Map> localizedValues = { "myInPatient": {"en": "My\n In Patients", "ar": "مرضاي\nالمنومين"}, "myInPatientTitle": {"en": "My Patients", "ar": "مرضاي المنومين"}, "inPatientLabel": {"en": "InPatients", "ar": "المريض المنوم"}, - "inPatientAll": {"en": "All Patients", "ar": "جميع المرضى المنومين"}, + "inPatientAll": {"en": "All Patients", "ar": "المرضى المنومين"}, "operations": {"en": "Operations", "ar": "عمليات"}, "patientServices": {"en": "Patient Services", "ar": "خدمات المرضى"}, "searchMedicineDashboard": { diff --git a/lib/screens/patients/out_patient/out_patient_screen.dart b/lib/screens/patients/out_patient/out_patient_screen.dart index b59824b0..39514817 100644 --- a/lib/screens/patients/out_patient/out_patient_screen.dart +++ b/lib/screens/patients/out_patient/out_patient_screen.dart @@ -100,7 +100,7 @@ class _OutPatientsScreenState extends State { appBarTitle: "Search Patient", isShowAppBar: true, appBar: PatientSearchHeader( - title: "My Out patient", + title: TranslationBase.of(context).myOutPatient, ), baseViewModel: model, body: Column(