Update total billing label to just total

Change "Total facturable" label to "Total" in the timesheet detail page component.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 55837015-10e9-4be9-b857-7f5e6be73772
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: bfca01a3-dce8-46e8-b064-a4612742f1c8
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/1cc377db-7ea0-49f2-97ce-c3e87e0228cc/55837015-10e9-4be9-b857-7f5e6be73772/2P0XhMv
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
SylvainP1 2026-04-21 11:13:09 +00:00
parent ce8c26f461
commit 55ee6512ea

View File

@ -428,7 +428,7 @@ export default function TimesheetDetailPage() {
Ajouter un projet Ajouter un projet
</Button> </Button>
<div className="text-sm font-medium"> <div className="text-sm font-medium">
Total facturable: <span className="text-lg text-primary">{grandTotal}h</span> Total: <span className="text-lg text-primary">{grandTotal}h</span>
</div> </div>
</div> </div>
)} )}