We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2675d commit d9174efCopy full SHA for d9174ef
src/ui-client/src/config/routes.tsx
@@ -36,7 +36,7 @@ interface SubRouteConfig {
36
37
const findPatients = (): RouteConfig => {
38
return {
39
- display: 'Find Patients',
+ display: 'Explore Data',
40
icon: <FiSearch />,
41
index: Routes.FindPatients,
42
path: '/',
0 commit comments