diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index d690d971f145960890f5d9e379388bf2c23bf097..e070fd2d061e9bb35f1e9641250020c743eab870 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -711,7 +711,7 @@
 			<<run _options.addOption("Age of puberty", "pubertyAgeXX", $activeSlave).showTextBox()>>
 
 			<<if $activeSlave.pubertyXX === 1>>
-				<<set _option = _options.addOption("Age of puberty", "preg", $activeSlave)>>
+				<<set _option = _options.addOption("Pregnancy", "preg", $activeSlave)>>
 				<<if $seeHyperPreg === 1 && $cheatMode === 1>>
 					<<run _option.addValue("Bursting at the seams", 43, () => {
 						V.activeSlave.pregType = 150;