From 691b42d4a52c6ea5b5623b65a6a9cf0dbcc6ed0b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 18 Jan 2019 23:42:49 -0500
Subject: [PATCH] more sanityCheck corrections

---
 src/uncategorized/costsBudget.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 35a60eb2681..16b8d2741fd 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -405,7 +405,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 
 	<<if $pit>>
 		<tr>
-			<td>[[$pitName|Pit][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($fighterIDs.length slaves)</td>
+			<td>[[$pitName|Pit][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($fighterIDs.length fighters)</td>
 			<td>$lastWeeksCashIncome.pit</td>
 			<td>$lastWeeksCashExpenses.pit</td>
 			<td>
-- 
GitLab