diff --git a/src/facilities/fsDecoration.js b/src/facilities/fsDecoration.js
index 0119afff00d75f36bed0f91f6bb9f44846ec6243..71ad2af5930359a43a2ed95943909654f7cca1f1 100644
--- a/src/facilities/fsDecoration.js
+++ b/src/facilities/fsDecoration.js
@@ -101,7 +101,7 @@ App.UI.FSChangeDecoration = function(FS, items) {
 			}
 			break;
 		case 80:
-			el.append(`${V.arcologies[0].name}'s media is supporting this goal; V.arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too. `);
+			el.append(`${V.arcologies[0].name}'s media is supporting this goal; ${V.arcologies[0].name}'s public spaces are decorated to support it, and have slaves stationed in them to support it too. `);
 			if (V.arcologies[0][FS] >= 70) {
 				if (FS === "FSRestart") {
 					costs = 75000;
@@ -144,7 +144,7 @@ App.UI.FSChangeDecoration = function(FS, items) {
 			}
 			break;
 		case 100:
-			el.append(`${V.arcologies[0].name}'s media is supporting this goal; V.arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it as well; the arcology is fully customized for this goal. `);
+			el.append(`${V.arcologies[0].name}'s media is supporting this goal; ${V.arcologies[0].name}'s public spaces are decorated to support it, and have slaves stationed in them to support it. The exterior of the arcology has been remodeled to support it as well; the arcology is fully customized for this goal. `);
 	}
 	return el;
 };