Skip to content

Commit

Permalink
Correct description until end of month
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsko authored Jul 19, 2018
1 parent 545c4f2 commit 0e35e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Month.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<td class="text-right" :class="sum.worked - sum.expectedUntilToday < 0 ? 'alert-danger' : 'alert-success'">{{sum.worked - sum.expectedUntilToday | minutes(true)}}</td>
</tr>
<tr>
<th>Due</th>
<th>Due until end of month</th>
<td class="text-right" :class="sum.diffUntilToday < 0 ? 'alert-danger' : 'alert-success'">{{sum.diff | minutes(true)}}</td>
</tr>
</table>
Expand Down

0 comments on commit 0e35e68

Please sign in to comment.