From 48026e01dbd070bbee1f3274889a0fac4778d3ef Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 21 Dec 2020 22:15:37 -0500
Subject: [PATCH] text fix

---
 src/js/bodySwap/bodySwap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/bodySwap/bodySwap.js b/src/js/bodySwap/bodySwap.js
index 023a818ac3a..c46b0c51ad5 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");
-- 
GitLab