diff --git a/src/interaction/main/mainLinks.js b/src/interaction/main/mainLinks.js
index 816a2fa5686291f7b0c6f14370f1701265f10135..c3556d512d2028c67df0c571d88f543a0b1153aa 100644
--- a/src/interaction/main/mainLinks.js
+++ b/src/interaction/main/mainLinks.js
@@ -88,7 +88,7 @@ App.UI.View.mainLinks = function() {
 		fragment.append(" ", link, " ", App.UI.DOM.makeElement("span", "[A]", "hotkey"));
 	}
 
-	if (V.useSlaveSummaryOverviewTab !== 1) {
+	if (V.useSlaveSummaryOverviewTab === 0) {
 		let div = document.createElement("div");
 		if (typeof V.slaveIndices[V.HeadGirl.ID] !== 'undefined') {
 			div.append(App.UI.DOM.makeElement("span", SlaveFullName(V.HeadGirl), "slave-name"), " is serving as your Head Girl");
diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index 804486eab59a68135f6c6096a365caeca784c684..8da0cfa2537a936bc5ac7694c2ec2d6b01df550a 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -1005,7 +1005,7 @@ App.UI.SlaveList.penthousePage = function() {
 
 	// Overview tab
 	if (V.useSlaveSummaryOverviewTab) {
-		tabs.push(makeTabDesc('overview', 'Overview', overviewTabContent()));
+		tabs.push(makeTabDesc('overview', "Special Roles", overviewTabContent()));
 	}
 
 	if (V.useSlaveSummaryTabs === 0) {
diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw
index 3c6b1fb3f7fc8834c06c2cc5cc0e1cf72fa8eba6..d7160133660929bda66e83906de8137e5b48c4a1 100644
--- a/src/uncategorized/options.tw
+++ b/src/uncategorized/options.tw
@@ -233,7 +233,7 @@ This save was created using FC version $ver build $releaseID.
 		<</options>>
 
 		<<options $useSlaveSummaryOverviewTab>>
-			Condense special slaves into an overview tab
+			Condense special slaves into their own tab
 			<<option 1 "Enabled">>
 			<<option 0 "Disabled">>
 		<</options>>