Fix formatting of total hours in timesheet report (2 decimals)
All checks were successful
CI / test (push) Successful in 4m16s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 21s

This commit is contained in:
Miguel Jacq 2025-11-19 21:20:55 +11:00
parent 119d326eea
commit 6bc6fe4b83
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -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",