Skip to content

Commit

Permalink
Rename Voting tickets to Live in /vsp table
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Oct 28, 2023
1 parent 2509e10 commit c199e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/vsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var drawTable = function(data) {
'<tr class="">' +
'<th class="addressHeader" style="padding-left: 2px; background-image: none;">Address</th>' +
'<th class="lastUpdatedHeader">Last Updated</th>'+
'<th>Voting</th>' +
'<th>Live</th>' +
'<th>Voted</th>' +
'<th>Missed</th>' +
'<th>Missed %</th>' +
Expand Down

0 comments on commit c199e97

Please sign in to comment.