From 131837bb5cbd7a3ad6857dab67b8097ca105ec3e Mon Sep 17 00:00:00 2001 From: Haroon Amjad <> Date: Sat, 25 Apr 2026 20:03:57 +0300 Subject: [PATCH] updates --- assets/langs/ar-SA.json | 3 ++- assets/langs/en-US.json | 3 ++- lib/generated/locale_keys.g.dart | 1 + lib/presentation/rate_appointment/rate_appointment_doctor.dart | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/langs/ar-SA.json b/assets/langs/ar-SA.json index d70fa0f7..f0e830f7 100644 --- a/assets/langs/ar-SA.json +++ b/assets/langs/ar-SA.json @@ -1840,5 +1840,6 @@ "loadingAIAnalysisPrescription": "ٍتحليل الوصفات الطبية بواسطة الذكاء الاصطناعي، يرجى الانتظار...", "thisAboveInfoPrescription": "تم تحليل الوصفة الطبية هذه بواسطة الذكاء الاصطناعي، وهي لا تُعدّ نصيحة طبية. استشر طبيبك المختص للتشخيص والعلاج.", "liveCareNotificationPermissionsMessage": "يتطلب لايف كير أذونات الإشعارات، يرجى السماح بهذه الأذونات للمتابعة.", - "weatherIndicators": "طقس" + "weatherIndicators": "طقس", + "submitRating": "إرسال التقييم" } diff --git a/assets/langs/en-US.json b/assets/langs/en-US.json index 85318fea..e17992f9 100644 --- a/assets/langs/en-US.json +++ b/assets/langs/en-US.json @@ -1830,7 +1830,8 @@ "loadingAIAnalysisPrescription": "Analysing your prescription, let the AI do the magic, This might take some time.", "thisAboveInfoPrescription": "This prescription was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment.", "liveCareNotificationPermissionsMessage": "LiveCare requires Notifications permission, Please allow to proceed.", - "weatherIndicators": "Weather" + "weatherIndicators": "Weather", + "submitRating": "Submit" } diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart index d2da124c..d5410585 100644 --- a/lib/generated/locale_keys.g.dart +++ b/lib/generated/locale_keys.g.dart @@ -1833,5 +1833,6 @@ abstract class LocaleKeys { static const thisAboveInfoPrescription = 'thisAboveInfoPrescription'; static const liveCareNotificationPermissionsMessage = 'liveCareNotificationPermissionsMessage'; static const weatherIndicators = 'weatherIndicators'; + static const submitRating = 'submitRating'; } diff --git a/lib/presentation/rate_appointment/rate_appointment_doctor.dart b/lib/presentation/rate_appointment/rate_appointment_doctor.dart index 9a3925a1..d78dc59e 100644 --- a/lib/presentation/rate_appointment/rate_appointment_doctor.dart +++ b/lib/presentation/rate_appointment/rate_appointment_doctor.dart @@ -192,7 +192,7 @@ class _RateAppointmentDoctorState extends State { SizedBox(width: 10), Expanded( child: CustomButton( - text: LocaleKeys.submit.tr(context: context), + text: LocaleKeys.submitRating.tr(context: context), onPressed: rating > 0 ? () { LoaderBottomSheet.showLoader();