diff --git a/src/markets/marketUI.js b/src/markets/marketUI.js
index 7389a7d539996c4f2bfe3bcb20b5d82e5e9da010..616a927c9076ccaca9d93ddad56c1b1b7f5236b9 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();
 					},
 				)
 			);