diff --git a/src/budget/costsBudget.js b/src/budget/costsBudget.js
index 3a44531d671c0555394ad8eb8110f7dac17ce7e6..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()}. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found at slave maintenance. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.`, "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");
 	}
 
 	/**
diff --git a/src/budget/repBudget.js b/src/budget/repBudget.js
index 5cbad0d806633f704e6b387965a0688422160165..f899c07f51504e82a4f334a1082eba622c2858c0 100644
--- a/src/budget/repBudget.js
+++ b/src/budget/repBudget.js
@@ -21,7 +21,7 @@ App.Budget.rep = function() {
 	 * @returns {HTMLParagraphElement}
 	 */
 	function intro() {
-		return App.UI.DOM.makeElement("p", `Reputation is a difficult thing to quantify, ${properTitle()}. Here you see an overview of topics that interest people in the arcology, and in turn, reflect on your own reputation. The more symbols you see in a category, the more impact that category is having on your reputation lately.`, "scene-intro");
+		return App.UI.DOM.makeElement("p", `Reputation is a difficult thing to quantify, ${properTitle()}. Here you see an overview of topics that interest people in the arcology, and in turn, reflect on your own reputation. Much like a finance report, you can see here how your choices last week moved you closer to or further from your goals, and head any issues off before they get worse.`, "scene-intro");
 	}
 
 	/**