diff --git a/public/js/counties-overlay.js b/public/js/counties-overlay.js
index 025789b..6c87c19 100644
--- a/public/js/counties-overlay.js
+++ b/public/js/counties-overlay.js
@@ -26,7 +26,7 @@ function addOverlay(house) {
$("#mouseinfo").html(d.properties.name + "
" +
"$/eligible: " + layer_data[d.properties.district]["moneypereligiblevoter"] + "
" +
"# Contributions: " + layer_data[d.properties.district]["nocontributions"] + "
" +
- "Total $ spent: " + layer_data[d.properties.district]["totalmoneyspent"] + "
" +
+ "Total $ spent: $" + layer_data[d.properties.district]["totalmoneyspent"] + "
" +
"Votes/eligible: " + vpe + "%" + "
" +
"Votes/registered: " + vpr + "%"
);