Skip to content

Commit

Permalink
fix: remove translations from hooks.py portal dict
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 29, 2024
1 parent 2be37bb commit 977ffdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions healthcare/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 977ffdc

Please # to comment.