diff --git a/lib/client/base_app_client.dart b/lib/client/base_app_client.dart index 92c0735b..cd6b7137 100644 --- a/lib/client/base_app_client.dart +++ b/lib/client/base_app_client.dart @@ -83,7 +83,6 @@ class BaseAppClient { print("URL : $url"); print("Body : ${json.encode(body)}"); - var ee ={json.encode(body)}; if (await Helpers.checkConnection()) { final response = await http.post(url, diff --git a/lib/config/localized_values.dart b/lib/config/localized_values.dart index 882de2e4..6bdca5c5 100644 --- a/lib/config/localized_values.dart +++ b/lib/config/localized_values.dart @@ -174,8 +174,8 @@ const Map> localizedValues = { 'ar': 'الرجاء ادخال الرمز' }, 'youDon\'tHaveAnyPatient': { - 'en': 'You don\'t have any patient', - 'ar': 'ليس لديك اي مرضى' + 'en': 'No data found for the selected search criteria', + 'ar': 'لا توجد بيانات لمعايير البحث المختارة' }, 'age': {'en': 'Age', 'ar': 'العمر'}, 'nationality': {'en': 'Nationality', 'ar': 'الجنسية'},