Skip to content

Commit 675b3f6

Browse files
authored
refactor: Changes "Applications" to "Questionnaires" in map (#326)
1 parent 388c9bd commit 675b3f6

File tree

1 file changed

+1
-1
lines changed
  • app/assets/javascripts/manage

1 file changed

+1
-1
lines changed

app/assets/javascripts/manage/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $.fn.initMap = function() {
6161
})
6262
.append('title')
6363
.text(function(d) {
64-
return d.properties.name + '\nApplications: ' + formatNumber(appsById.get(d.id) || 0);
64+
return d.properties.name + '\nQuestionnaires: ' + formatNumber(appsById.get(d.id) || 0);
6565
});
6666
}
6767

0 commit comments

Comments
 (0)