diff --git a/frontend/src/components/admin/menu/NonConformityMenuManagement.js b/frontend/src/components/admin/menu/NonConformityMenuManagement.js
index 53bc341864..caa373581d 100644
--- a/frontend/src/components/admin/menu/NonConformityMenuManagement.js
+++ b/frontend/src/components/admin/menu/NonConformityMenuManagement.js
@@ -109,7 +109,7 @@ function NonConformityMenuManagement() {
curMenuItem={menuItem}
path="$"
setMenuItem={setMenuItem}
- labelKey="menu.study.active"
+ labelKey="menu.nonconform.active"
recurse={showChildren}
/>
diff --git a/frontend/src/components/admin/menu/PatientMenuManagement.js b/frontend/src/components/admin/menu/PatientMenuManagement.js
index bda5617c0f..b635a3eeee 100644
--- a/frontend/src/components/admin/menu/PatientMenuManagement.js
+++ b/frontend/src/components/admin/menu/PatientMenuManagement.js
@@ -108,7 +108,7 @@ function PatientMenuManagement() {
curMenuItem={menuItem}
path="$"
setMenuItem={setMenuItem}
- labelKey="menu.study.active"
+ labelKey="menu.patient.active"
recurse={showChildren}
/>