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"); } /**