From d34ffe11b2b53920f7ac641a172f1c85655fbae3 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 22 Aug 2021 20:51:39 -0400
Subject: [PATCH] rep budget intro polish

---
 src/budget/repBudget.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/budget/repBudget.js b/src/budget/repBudget.js
index 5cbad0d8066..f899c07f515 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");
 	}
 
 	/**
-- 
GitLab