Skip to content

Commit 0e35e68

Browse files
authored
Correct description until end of month
1 parent 545c4f2 commit 0e35e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Month.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<td class="text-right" :class="sum.worked - sum.expectedUntilToday < 0 ? 'alert-danger' : 'alert-success'">{{sum.worked - sum.expectedUntilToday | minutes(true)}}</td>
5656
</tr>
5757
<tr>
58-
<th>Due</th>
58+
<th>Due until end of month</th>
5959
<td class="text-right" :class="sum.diffUntilToday < 0 ? 'alert-danger' : 'alert-success'">{{sum.diff | minutes(true)}}</td>
6060
</tr>
6161
</table>

0 commit comments

Comments
 (0)