diff --git a/src/arcologyBuilding/ManageArcology.js b/src/arcologyBuilding/ManageArcology.js
index 29e59d66ce7b0c080c870813e4a6ba526acbe98c..a147ed0fa15bac04f94c3fe0b3f99f3e662bd105 100644
--- a/src/arcologyBuilding/ManageArcology.js
+++ b/src/arcologyBuilding/ManageArcology.js
@@ -249,7 +249,7 @@ App.UI.manageArcology = function() {
 		App.UI.DOM.appendNewElement("div", node, "");
 		node.append("You can have your ", applyArcUpgrade("citizens pay", "receiver", 20000, "light subsidy"), ` for the fiber optic upgrades, reducing the cost to ${cashFormat(arcUpgradeCost(20000, "receiver subsidy"))}.`);
 		App.UI.DOM.appendNewElement("div", node, "");
-		node.append("You can also have them ", applyArcUpgrade("heavily subsidize", "receiver", 10000, "Heavy subsidy"), ` installation, they will be upset about it, but it will only cost ${cashFormat(arcUpgradeCost(10000, "receiver subsidy"))}.`);
+		node.append("You can also have them ", applyArcUpgrade("heavily subsidize", "receiver", 10000, "Heavy subsidy"), ` installation. They will be upset about it, but it will only cost ${cashFormat(arcUpgradeCost(10000, "receiver subsidy"))}.`);
 	} else {
 		r = [];
 		r.push("You have installed the FCTV receiver and have access to the full range of FCTV's programs.");