diff --git a/src/markets/specificMarkets/customSlaveMarket.js b/src/markets/specificMarkets/customSlaveMarket.js
index 2372c8c26cba79780044f6f65ffc14ad58a3907b..77bd76225e7e7771a1f9d0909ec75c8c07b18aee 100644
--- a/src/markets/specificMarkets/customSlaveMarket.js
+++ b/src/markets/specificMarkets/customSlaveMarket.js
@@ -456,11 +456,11 @@ App.Markets["Custom Slave"] = function() {
 		function description() {
 			switch (slave.sex) {
 				case 3:
-					return `Female (cock & balls options not applied). `;
+					return `Futanari (clit options not applied). `;
 				case 2:
 					return `Male (pussy options not applied). `;
 				case 1:
-					return `Futanari (clit options not applied). `;
+					return `Female (cock & balls options not applied). `;
 			}
 		}