diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index 98a737cb994bed67b6508296a542cc0f1dbe6765..a4812991f55b128beb39c2c32e8395a3966ac6a3 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -73,7 +73,7 @@ $nurseryNameCaps
 <</switch>>
 
 <<if $Matron>>
-	<<setLocalPronouns $Matron 2>>
+	<<setLocalPronouns $Matron>>
 <</if>>
 
 <<if _NL > 2>>
@@ -82,7 +82,7 @@ $nurseryNameCaps
 	$nurseryNameCaps is working steadily. Nannies are moving about, cleaning up and feeding hungry children.
 	<<set $nannyInfluence = 1>>
 <<elseif $Matron>>
-	$Matron.slaveName is alone in $nurseryName, and keeps the place clean and looks after the children $herself2.
+	$Matron.slaveName is alone in $nurseryName, and keeps the place clean and looks after the children $herself.
 	<<set $MatronInfluence = 1>>
 <<elseif (_NL <= 0) && ($nurseryBabies <= 0)>>
 	$nurseryNameCaps is empty and quiet. <<link "Decommission the Nursery" "Main">><<set $nursery = 0, $nurseryNannies = 0, $nannyInfluence = 0, $nurseryDecoration = "standard", $cribs = [], $reservedChildrenNursery = 0>><<for _i = 0; _i < $slaves.length; _i++>><<run WombCleanGenericReserve($slaves[_i], "nursery", 9999)>><</for>><</link>>