From 12b78d0a3b0c04903496c3fd906387a35bdbc455 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Tue, 23 Feb 2021 10:31:14 +0200 Subject: [PATCH 1/2] fix DA-391: return back my comment code in base app client --- lib/client/base_app_client.dart | 1 - 1 file changed, 1 deletion(-) 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, From bedf6e7bbefa966e3c24af8c83a485fab34ee54d Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Thu, 25 Feb 2021 10:31:47 +0200 Subject: [PATCH 2/2] fix DA-346 --- lib/config/localized_values.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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': 'الجنسية'},