From 5cfbf094bb8f28950e95cdcbe95f5135c63b88b2 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 16 Jan 2019 17:09:09 -0500 Subject: [PATCH] Corrections --- src/uncategorized/costsBudget.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 1a86c8a00df..875dda9679a 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -190,7 +190,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <<if $lastWeeksCashIncome.brothelAds || $lastWeeksCashExpenses.brothelAds>> <tr> - <td>[[Brothel Ads|Brothel][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> + <td>[[Brothel Ads|Brothel Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> <td>$lastWeeksCashIncome.brothelAds</td> <td>$lastWeeksCashExpenses.brothelAds</td> <td> @@ -214,7 +214,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <<if $lastWeeksCashIncome.clubAds || $lastWeeksCashExpenses.clubAds>> <tr> - <td>[[Brothel Ads|Brothel][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> + <td>[[Club Ads|Club Advertisement][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]]</td> <td>$lastWeeksCashIncome.clubAds</td> <td>$lastWeeksCashExpenses.clubAds</td> <td> -- GitLab