diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 65658a44..41495cc5 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -872,7 +872,7 @@ export default function CourrierPage() { // Update the email count in the header to show filtered count const renderEmailListHeader = () => (
-
+
-

Inbox

+

+ {currentView.charAt(0).toUpperCase() + currentView.slice(1).toLowerCase()} +

{searchQuery ? `${filteredEmails.length} of ${emails.length} emails` : `${emails.length} emails`}