diff --git a/src/events/RE/reSiblingPlease.js b/src/events/RE/reSiblingPlease.js
index 65cd3d4412e23151be9a35ec994c618ab8946f90..ccbbba305159ac9e82e571d229bb43b23653f1d8 100644
--- a/src/events/RE/reSiblingPlease.js
+++ b/src/events/RE/reSiblingPlease.js
@@ -350,7 +350,7 @@ App.Events.RESiblingPlease = class RESiblingPlease extends App.Events.BaseEvent
 			if (dau.preg === -1 || mom.preg === -1) {
 				t.push(`You've already ordered ${V.assistant.name} to discontinue their contraceptive regimens, and you're`);
 			} else {
-				t.push(`You won't know if it's taken right away, but you're`);
+				t.push(`You won't know if they've taken right away, but you're`);
 			}
 			t.push(`sure that repeating this ritual all week will result in <span class="pregnant">both of them getting pregnant</span> with your children.`);
 			t.toParagraph();