From e39257ee5d184e807a07a97a8f0c8cb77b3304cb Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 17 Sep 2020 15:54:13 -0400
Subject: [PATCH] market button fix

---
 src/markets/marketUI.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/markets/marketUI.js b/src/markets/marketUI.js
index 7389a7d5399..616a927c907 100644
--- a/src/markets/marketUI.js
+++ b/src/markets/marketUI.js
@@ -85,6 +85,9 @@ App.Markets.purchaseFramework = function(slaveMarket, {sTitleSingular = "slave",
 						V.market.introType = "multi";
 						student();
 						jQuery("#slave-markets").empty().append(App.Markets[slaveMarket]);
+						V.nextLink = "Bulk Slave Intro";
+						V.nextButton = "Continue";
+						App.Utils.updateUserButton();
 					},
 				)
 			);
-- 
GitLab