Skip to content

Commit

Permalink
Changed volunteers to registered volunteers on project landing page
Browse files Browse the repository at this point in the history
Count isn’t looking at ip addresses, so changing to ‘registered
volunteers’ makes it a bit clearer what value is being reported
  • Loading branch information
Meg Schwamb committed Oct 24, 2015
1 parent 03298ca commit 32547d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/project/metadata.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module?.exports = React.createClass
<div className="project-metadata-stats">
<div className="project-metadata-stat">
<div>{project.classifiers_count}</div>
<div>Volunteers</div>
<div>Registered Volunteers</div>
</div>

<div className="project-metadata-stat">
Expand Down

0 comments on commit 32547d4

Please sign in to comment.