diff --git a/src/npc/interaction/fSuckDick.js b/src/npc/interaction/fSuckDick.js
index 715895abc125759cc915e84d94a59ef7243abaa9..b614269613536d0a7e9393e3002823818a591095 100644
--- a/src/npc/interaction/fSuckDick.js
+++ b/src/npc/interaction/fSuckDick.js
@@ -805,7 +805,7 @@ App.Interact.fSuckDick = function(slave) {
 					text.push(`hurries off to clean ${himself} before heading back to the ${V.nurseryName}.`);
 				default:
 					text.push(`hurries off to clean ${himself}.`);
-				}
+			}
 		}
 
 		return text.join(' ');
diff --git a/src/player/electiveSurgery.js b/src/player/electiveSurgery.js
index 620f4d3008f3a7edf6491fc4b56297a9ef4b3ef9..d9cb7f1688728be6f4c70bbf5bda283bbabd3dea 100644
--- a/src/player/electiveSurgery.js
+++ b/src/player/electiveSurgery.js
@@ -726,11 +726,11 @@ App.UI.electiveSurgery = function() {
 			if (V.PC.preg === 0) {
 				let virginName;
 				if (V.PC.physicalAge < 13 || V.PC.actualAge < 13) {
-					virginName = "the child you are is supposed to have";
+					virginName = "a child like you is supposed to have";
 				} else if (V.PC.visualAge) {
 					virginName = "the child you look like is supposed to have";
 				} else if (!V.PC.pubertyXX) {
-					virginName = `the prepubescent ${V.PC.genes === "XX" ? "girl" : "boy with vagina"} you are is supposed to have`;
+					virginName = `a prepubescent ${V.PC.genes === "XX" ? "girl" : "boy with vagina"} like you is supposed to have`;
 				} else if (V.PC.genes === "XX") {
 					virginName = "as you had it at birth";
 				} else {