diff --git a/src/js/birth/birth.js b/src/js/birth/birth.js
index e0b021eb6f29e31095bf7d1e109be37aaa024a7e..0d2a1df2db6f6b0a9519fa1ba7bbe9b4f576362b 100644
--- a/src/js/birth/birth.js
+++ b/src/js/birth/birth.js
@@ -3684,7 +3684,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 
 				case Job.NURSE:
 					if (random(1, 20) > suddenBirth) {
-						r.push(`${He} waddles to ${his} maternity ward and strips before settling into an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}as ${his} assistants watch. ${His} child is promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
+						r.push(`${He} waddles to ${his} maternity ward and strips before settling into an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH} as ${his} assistants watch. ${His} child is promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
 					} else {
 						r.push(`While tending to your unwell slaves, ${slave.slaveName}'s water breaks. Counting the time between contractions, ${he} knows ${he} has no time to get to ${his} prepared birthing chamber. ${He} waddles into the nearest empty room and hoists ${his} gravid body into the examination chair, placing ${his} feet in the stirrups.`);
 						r.push(clothingBirth());
@@ -5493,7 +5493,7 @@ globalThis.birth = function(slave, {birthStorm = false, cSection = false} = {})
 					break;
 
 				case Job.NURSE:
-					r.push(`${He} waddles to ${his} maternity ward and strips before laying on an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}as ${his} assistants watch. ${His} ${childrenAre} promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
+					r.push(`${He} waddles to ${his} maternity ward and strips before laying on an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH} as ${his} assistants watch. ${His} ${childrenAre} promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
 					break;
 
 				case Job.HEADGIRL:
diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js
index 97e5712d6fa652c5374dc7578b7412b84a6e4679..7f5b92019d4a7ac4fa6497bed4ef220d4ab95610 100644
--- a/src/npc/descriptions/style/clothing.js
+++ b/src/npc/descriptions/style/clothing.js
@@ -128,7 +128,7 @@ App.Desc.clothing = function(slave, {market, eventDescription} = {}) {
 				}
 				break;
 			case "attractive lingerie":
-				r.push(`including a lovely bra with holes to ${his} nipples poke through, a pretty g-string,`);
+				r.push(`including a lovely bra with holes for ${his} nipples poke through, a pretty g-string,`);
 				if (hasAnyLegs(slave)) {
 					r.push(`sheer stockings, and a garter belt.`);
 					if (slave.vagina === 0) {