diff --git a/src/budget/costsBudget.js b/src/budget/costsBudget.js
index c4fdac4a75d47f1128387a134e465fcc4040bb91..da8afccf49fd49e80dd0c0b249c86ad15363b997 100644
--- a/src/budget/costsBudget.js
+++ b/src/budget/costsBudget.js
@@ -26,7 +26,7 @@ App.Budget.costs = function() {
 	 * @returns {HTMLParagraphElement}
 	 */
 	function intro() {
-		return App.UI.DOM.makeElement("p", `Here you can view many of the financial details of your arcology, ${properTitle()}. Proper cash flow is critical to the success of your long term goals. Find expensive waste here and you can change the right policies or sell off slackers. Find your next profit center and invest in new equipment, accessories, or flesh to maximize your assets.`, "scene-intro");
+		return App.UI.DOM.makeElement("p", `Here you can view many of the financial details of your arcology, ${properTitle()}. Proper cash flow is critical to the success of your long term goals. Find expensive waste here and you can change the right policies or sell off slackers. Find your next profit center and invest in new equipment, advertising, or flesh to maximize your assets.`, "scene-intro");
 	}
 
 	/**