diff --git a/index.html b/index.html
index 45cc139..00a6a99 100644
--- a/index.html
+++ b/index.html
@@ -194,7 +194,7 @@
if (!city.guessed) {
city.guessed = true;
- this.message = `${city.name} (population ${city.pop}) is the ${ordinal_suffix_of(rank + 1)} most populated city in ${this.state}.`;
+ this.message = `${city.name} (population ${city.pop}) is the ${ordinal_suffix_of(rank + 1)} most populated city in ${this.state_name}.`;
this.city_guess = "";
this.draw();
} else {