Skip to content

Commit

Permalink
fix wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
CKrawczyk committed Apr 26, 2016
1 parent 35d082e commit bd3f9a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/pages/project/stats/index.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ProjectStatsPageController = React.createClass
projectId: @props.project.id
workflowId: @getQuery('workflow_id')
totalVolunteers: @props.project.classifiers_count
currentVolunteers: @props.project.activity
currentClassifications: @props.project.activity
workflows: @state.workflowList
startDate: @props.project.launch_date

Expand Down
4 changes: 2 additions & 2 deletions app/pages/project/stats/stats.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ ProjectStatsPage = React.createClass
<div>Volunteers</div>
</div>
<div className="project-metadata-stat">
<div>{@props.currentVolunteers.toLocaleString()}</div>
<div>Online now</div>
<div>{@props.currentClassifications.toLocaleString()}</div>
<div>Recent Classifications</div>
</div>
</div>
<hr />
Expand Down

0 comments on commit bd3f9a6

Please sign in to comment.