From dd342721615e9290c8e1f202d063d8be313041fb Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Thu, 31 Jan 2019 02:16:25 -0500
Subject: [PATCH] sanityCheck fix

---
 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 236021b03bc..1c53d919233 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -2209,7 +2209,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 
 	<<if $securityForceActive > 0>>
 		<tr>
-			<td>Acquisitions: [[$securityForceNameCaps|SFM Barracks][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td>
+			<td>Acquisitions: [[$securityForceName|SFM Barracks][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td>
 			<td>
 				<<if Math.trunc($lastWeeksCashIncome.mercenaries) > 0>>
 					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.mercenaries))>>@@
-- 
GitLab