+
Session: A.CHARLWOOD
Logged in: {currentTime}
diff --git a/src/components/MobileBottomNav.tsx b/src/components/MobileBottomNav.tsx
index 009ec8b..a130f65 100644
--- a/src/components/MobileBottomNav.tsx
+++ b/src/components/MobileBottomNav.tsx
@@ -10,12 +10,12 @@ interface NavItem {
const navItems: NavItem[] = [
{ id: 'summary', label: 'Summary', shortLabel: 'Summary', icon:
},
- { id: 'consultations', label: 'Consultations', shortLabel: 'Consult', icon:
},
- { id: 'medications', label: 'Medications', shortLabel: 'Meds', icon:
},
- { id: 'problems', label: 'Problems', shortLabel: 'Issues', icon:
},
- { id: 'investigations', label: 'Investigations', shortLabel: 'Tests', icon:
},
- { id: 'documents', label: 'Documents', shortLabel: 'Docs', icon:
},
- { id: 'referrals', label: 'Referrals', shortLabel: 'Refer', icon:
},
+ { id: 'consultations', label: 'Experience', shortLabel: 'Exp', icon:
},
+ { id: 'medications', label: 'Skills', shortLabel: 'Skills', icon:
},
+ { id: 'problems', label: 'Achievements', shortLabel: 'Achieve', icon:
},
+ { id: 'investigations', label: 'Projects', shortLabel: 'Projects', icon:
},
+ { id: 'documents', label: 'Education', shortLabel: 'Edu', icon:
},
+ { id: 'referrals', label: 'Contact', shortLabel: 'Contact', icon:
},
]
interface MobileBottomNavProps {
@@ -56,7 +56,7 @@ export function MobileBottomNav({ activeView, onViewChange }: MobileBottomNavPro
aria-label={item.label}
>
{item.icon}
-
+
{item.shortLabel}
diff --git a/src/components/PMRInterface.tsx b/src/components/PMRInterface.tsx
index 3d0eb24..b7e9845 100644
--- a/src/components/PMRInterface.tsx
+++ b/src/components/PMRInterface.tsx
@@ -143,13 +143,13 @@ function PMRContent({ children }: PMRInterfaceProps) {
}
const viewLabels: Record = {
- summary: 'Patient Summary',
- consultations: 'Consultation History',
- medications: 'Current Medications',
- problems: 'Problem List',
- investigations: 'Investigation Results',
- documents: 'Attached Documents',
- referrals: 'Referral Form',
+ summary: 'Summary',
+ consultations: 'Experience',
+ medications: 'Skills',
+ problems: 'Achievements',
+ investigations: 'Projects',
+ documents: 'Education',
+ referrals: 'Contact',
}
return (