Skip to content

Commit

Permalink
refactor: Changes "Applications" to "Questionnaires" in map (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaudouinjr authored Aug 24, 2020
1 parent 388c9bd commit 675b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/manage/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $.fn.initMap = function() {
})
.append('title')
.text(function(d) {
return d.properties.name + '\nApplications: ' + formatNumber(appsById.get(d.id) || 0);
return d.properties.name + '\nQuestionnaires: ' + formatNumber(appsById.get(d.id) || 0);
});
}

Expand Down

0 comments on commit 675b3f6

Please sign in to comment.