haroon_dev
Haroon Amjad 10 hours ago
parent 877f73b384
commit 131837bb5c

@ -1840,5 +1840,6 @@
"loadingAIAnalysisPrescription": "ٍتحليل الوصفات الطبية بواسطة الذكاء الاصطناعي، يرجى الانتظار...",
"thisAboveInfoPrescription": "تم تحليل الوصفة الطبية هذه بواسطة الذكاء الاصطناعي، وهي لا تُعدّ نصيحة طبية. استشر طبيبك المختص للتشخيص والعلاج.",
"liveCareNotificationPermissionsMessage": "يتطلب لايف كير أذونات الإشعارات، يرجى السماح بهذه الأذونات للمتابعة.",
"weatherIndicators": "طقس"
"weatherIndicators": "طقس",
"submitRating": "إرسال التقييم"
}

@ -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"
}

@ -1833,5 +1833,6 @@ abstract class LocaleKeys {
static const thisAboveInfoPrescription = 'thisAboveInfoPrescription';
static const liveCareNotificationPermissionsMessage = 'liveCareNotificationPermissionsMessage';
static const weatherIndicators = 'weatherIndicators';
static const submitRating = 'submitRating';
}

@ -192,7 +192,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
SizedBox(width: 10),
Expanded(
child: CustomButton(
text: LocaleKeys.submit.tr(context: context),
text: LocaleKeys.submitRating.tr(context: context),
onPressed: rating > 0
? () {
LoaderBottomSheet.showLoader();

Loading…
Cancel
Save