diff --git a/src/events/nonRandom/stripClubAftermath.js b/src/events/nonRandom/stripClubAftermath.js
index 6e4e8db67274a3b767fb086c768c11f46d3d06bb..22f66ec50783510c30c2c134cb72a6764a7bc050 100644
--- a/src/events/nonRandom/stripClubAftermath.js
+++ b/src/events/nonRandom/stripClubAftermath.js
@@ -121,7 +121,7 @@ App.Events.PStripClubAftermath = class PStripClubAftermath extends App.Events.Ba
 		const responses = [];
 		if (V.eventResults.strip !== 3) {
 			if (V.cash >= contractCost) {
-				responses.push(new App.Events.Result(``, enslave));
+				responses.push(new App.Events.Result(`Enslave ${him}`, enslave));
 			} else {
 				responses.push(new App.Events.Result(null, null, `You lack the necessary funds to enslave ${him}.`));
 			}
diff --git a/src/npc/descriptions/style/footwear.js b/src/npc/descriptions/style/footwear.js
index d238db5cdd72202b14fda4fab4a26a2a72957676..619b1405f2b7ded7e529669b47e545eab5158a74 100644
--- a/src/npc/descriptions/style/footwear.js
+++ b/src/npc/descriptions/style/footwear.js
@@ -2437,7 +2437,6 @@ App.Desc.footwear = function(slave) {
 						} else {
 							r.push(`a high heel so extreme ${he} can't even stand.`);
 						}
-						r.push(``);
 						break;
 					case "platform shoes":
 						if (bothFeet) {