diff --git a/src/npc/descriptions/longSlave.js b/src/npc/descriptions/longSlave.js
index a3a51cf51ccc3f22ea04158e7bd47d99764a58d7..fbb88ab705b8c1267cbcafa583740e76ad0a53cf 100644
--- a/src/npc/descriptions/longSlave.js
+++ b/src/npc/descriptions/longSlave.js
@@ -343,10 +343,10 @@ App.Desc.longSlave = function(slave, {descType, market = 0, marketText, noArt, l
 			if (losses > 0) {
 				r.push(`with ${numberWithPluralOne(wins, "win")} and ${numberWithPluralOne(losses, "loss", "losses")}.`);
 			} else {
-				r.push(`${wins > 2 ? `all of` : `both of`}which ${he} won.`);
+				r.push(`${wins > 2 ? `all of` : `both of`} which ${he} won.`);
 			}
 		} else {
-			r.push(`${losses > 2 ? `all of` : `both of`}which ${he} lost.`);
+			r.push(`${losses > 2 ? `all of` : `both of`} which ${he} lost.`);
 		}
 	}