From c7295e2515868e87664f31d00f3242cfbe68d1a3 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 25 Nov 2018 20:23:15 -0500
Subject: [PATCH] and that's why you don't copy and paste

---
 src/events/intro/introSummary.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index d0649df5de2..69f98958ed6 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -292,9 +292,9 @@ Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge"
 
 <br>
 <<if ($extremeUnderage == 0)>>
-Slaves younger than $minimumSlaveAge ''will not'' be allowed to be used. [[Enable|Options][$extremeUnderage = 1]]
+Slaves younger than $minimumSlaveAge ''will not'' be allowed to be used. [[Enable|Intro Summary][$extremeUnderage = 1]]
 <<else>>
-Slaves younger than $minimumSlaveAge ''will'' be allowed to be used. [[Disable|Options][$extremeUnderage = 0]]
+Slaves younger than $minimumSlaveAge ''will'' be allowed to be used. [[Disable|Intro Summary][$extremeUnderage = 0]]
 <</if>>
 
 <br>
-- 
GitLab