From 977ffdcb091a3c6092df3d0e63758156374fe9ef Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Mon, 29 Jan 2024 22:57:09 +0530 Subject: [PATCH] fix: remove translations from hooks.py portal dict --- healthcare/hooks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/healthcare/hooks.py b/healthcare/hooks.py index d8a8ff467d..edf6ed9de9 100644 --- a/healthcare/hooks.py +++ b/healthcare/hooks.py @@ -252,25 +252,25 @@ # nosemgrep standard_portal_menu_items = [ { - "title": _("Personal Details"), + "title": "Personal Details", "route": "/personal-details", "reference_doctype": "Patient", "role": "Patient", }, { - "title": _("Lab Test"), + "title": "Lab Test", "route": "/lab-test", "reference_doctype": "Lab Test", "role": "Patient", }, { - "title": _("Prescription"), + "title": "Prescription", "route": "/prescription", "reference_doctype": "Patient Encounter", "role": "Patient", }, { - "title": _("Patient Appointment"), + "title": "Patient Appointment", "route": "/patient-appointments", "reference_doctype": "Patient Appointment", "role": "Patient",