diff --git a/plugins/tracker-resources/src/components/issues/timereport/TimePresenter.svelte b/plugins/tracker-resources/src/components/issues/timereport/TimePresenter.svelte index 421feb17e1..17a182bae1 100644 --- a/plugins/tracker-resources/src/components/issues/timereport/TimePresenter.svelte +++ b/plugins/tracker-resources/src/components/issues/timereport/TimePresenter.svelte @@ -29,13 +29,13 @@ on:click use:tooltip={{ component: Label, - props: { label: tracker.string.TimeSpendHours, params: { value: floorFractionDigits(value, 1) } } + props: { label: tracker.string.TimeSpendHours, params: { value: floorFractionDigits(value, 2) } } }} > {#if noSymbol} - {floorFractionDigits(value, 1)} + {floorFractionDigits(value, 2)} {:else if value > 0 && value < 8} -