diff --git a/src/js/bodySwap/bodySwap.js b/src/js/bodySwap/bodySwap.js
index 023a818ac3a751ba576539aa7cdf1b907dafde48..c46b0c51ad557c9fe89b25dc0c2873719f61d4c8 100644
--- a/src/js/bodySwap/bodySwap.js
+++ b/src/js/bodySwap/bodySwap.js
@@ -267,7 +267,7 @@ globalThis.bodySwapSelection = function(soul) {
 	const el = new DocumentFragment();
 	const cost = 10000;
 	App.UI.DOM.appendNewElement("div", el, `The surgeon awaits the pair of slaves to be strapped into the surgery. So far only ${soul.slaveName} is prepped:`, "scene-intro");
-	App.UI.DOM.appendNewElement("div", el, `Select ${(V.seeExtreme) ? `Select an eligible slave (any slave who is not a fuckdoll)` : `a slave`} who will be trading bodies with ${him}. This operation will cost ${cashFormat(cost)}.`);
+	App.UI.DOM.appendNewElement("div", el, `Select ${(V.seeExtreme) ? `an eligible slave (any slave who is not a fuckdoll)` : `a slave`} who will be trading bodies with ${him}. This operation will cost ${cashFormat(cost)}.`);
 
 	for (const body of V.slaves) {
 		const slaveDiv = document.createElement("div");