From 6bc6fe4b8360d6dd29141f302095688b0b6ba7a0 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 19 Nov 2025 21:20:55 +1100 Subject: [PATCH] Fix formatting of total hours in timesheet report (2 decimals) --- bouquin/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bouquin/locales/en.json b/bouquin/locales/en.json index c6334af..cce6673 100644 --- a/bouquin/locales/en.json +++ b/bouquin/locales/en.json @@ -228,7 +228,7 @@ "time_log_total_hours": "Total for day: {hours:.2f}h", "title_key": "title", "update_time_entry": "Update time entry", - "time_report_total": "Total: {hours:2f} hours", + "time_report_total": "Total: {hours:.2f} hours", "no_report_title": "No report", "no_report_message": "Please run a report before exporting.", "total": "Total",