diff --git a/src/events/RE/reSiblingPlease.js b/src/events/RE/reSiblingPlease.js
index 4fcf2c2c9e1600ffd7816de80ef16bcce4edd89b..65cd3d4412e23151be9a35ec994c618ab8946f90 100644
--- a/src/events/RE/reSiblingPlease.js
+++ b/src/events/RE/reSiblingPlease.js
@@ -365,7 +365,7 @@ App.Events.RESiblingPlease = class RESiblingPlease extends App.Events.BaseEvent
 			} else if (mom.devotion > 50 || mom.fetish === "pregnancy") {
 				mom.devotion += 4;
 				mom.trust += 2;
-				t.push(`while ${mom.slaveName} is <span class="devotion inc">just as excited</span> that ${he2} gets to carry it, and <span class="trust inc">hopes and trusts</span> you'll allow ${him2} to provide good advice for ${his2} pregnant ${daughter}.`);
+				t.push(`while ${mom.slaveName} is <span class="devotion inc">just as excited</span> about ${his2} upcoming child and grandchild, and <span class="trust inc">hopes and trusts</span> you'll allow ${him2} to provide good advice for ${his2} pregnant ${daughter}.`);
 			} else {
 				mom.trust -= 4;
 				t.push(`but ${mom.slaveName} <span class="trust dec">fears your arbitrary control</span> of ${his2} and ${his2} ${daughter}'s bodies.`);