We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388c9bd commit 675b3f6Copy full SHA for 675b3f6
app/assets/javascripts/manage/map.js
@@ -61,7 +61,7 @@ $.fn.initMap = function() {
61
})
62
.append('title')
63
.text(function(d) {
64
- return d.properties.name + '\nApplications: ' + formatNumber(appsById.get(d.id) || 0);
+ return d.properties.name + '\nQuestionnaires: ' + formatNumber(appsById.get(d.id) || 0);
65
});
66
}
67
0 commit comments