courrier multi account restore compose

This commit is contained in:
alma 2025-04-28 11:23:56 +02:00
parent 136327cf8c
commit 9ba2190912

View File

@ -983,7 +983,7 @@ export default function CourrierPage() {
<div className="flex-1">
<div className="flex items-center">
{getFolderIcon(currentFolder)}
<span className="ml-2 font-medium text-gray-700">{currentFolder === 'INBOX' ? 'Messages' : formatFolderName(currentFolder)}</span>
<span className="ml-2 font-medium text-gray-700">{formatFolderName(currentFolder)}</span>
</div>
</div>