When I was messing around with #1009 I noticed that it was still displaying "per 100 people" even though that text never appeared in the source. It turned out this text was coming from descriptions.raw.txt and descriptions.generated.json, which both get refreshed by npm start. These files are read by constants.ts, and from there, used everywhere. To prevent these files from forcing outdated information into the web visualizations, we should remove all redundant fields from each listing.
Link to signals description doc