From 00c1cf0a5a1538d097bfef31d57308a4d0353224 Mon Sep 17 00:00:00 2001 From: Jamsheer Date: Mon, 12 Feb 2018 11:24:12 +0530 Subject: [PATCH] Healthcare Menu Fixes (#12830) --- erpnext/config/healthcare.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/config/healthcare.py b/erpnext/config/healthcare.py index 37d95ad53b..34a9b70c51 100644 --- a/erpnext/config/healthcare.py +++ b/erpnext/config/healthcare.py @@ -131,27 +131,27 @@ def get_data(): { "type": "doctype", "name": "Lab Test Sample", - "label": _("Test Sample."), + "label": _("Lab Test Sample"), }, { "type": "doctype", "name": "Lab Test UOM", - "label": _("Lab Test UOM.") + "label": _("Lab Test UOM") }, { "type": "doctype", "name": "Antibiotic", - "label": _("Antibiotic.") + "label": _("Antibiotic") }, { "type": "doctype", "name": "Sensitivity", - "label": _("Sensitivity Naming.") + "label": _("Sensitivity") }, { "type": "doctype", "name": "Lab Test Template", - "label": _("Lab Test Template.") + "label": _("Lab Test Template") } ] }