Skip to content

Commit

Permalink
Fix #27: When to leave bar - Updating text
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoarthur0 authored and thamara committed May 9, 2020
1 parent ae9854c commit 317ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class Calendar {
'<td class="leave-by-text" colspan="7">' + summaryStr + '</td>' +
'<td class="leave-by-time">' + leaveByCode + '</td>' +
'</tr>';
var finishedSummaryStr = 'All done for today. Balance of the day:';
var finishedSummaryStr = 'All done for today. The balance for today is:';
var dayBalance = '<input type="text" id="leave-day-balance" size="5" disabled>';
code += '<tr class="summary hidden" id="summary-finished-day">' +
'<td class="leave-by-text" colspan="7">' + finishedSummaryStr + '</td>' +
Expand Down

0 comments on commit 317ae5d

Please sign in to comment.