diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js
index 30c240ada7f1bf1477ba13c1968198eb5167fae5..7ef9c5be957c3b549b1b1cd9881a98c42d90103f 100644
--- a/src/facilities/incubator/incubatorInteract.js
+++ b/src/facilities/incubator/incubatorInteract.js
@@ -511,7 +511,7 @@ App.UI.incubator = function() {
 		const _WL = V.PC.womb.length;
 		const _reservedIncubator = WombReserveCount(V.PC, "incubator");
 		const _reservedNursery = WombReserveCount(V.PC, "nursery");
-		r.push(App.UI.DOM.makeElement("span", `You're ${V.PC.pregWeek} ${(V.PC.pregWeek === 1) ? `week`:`weeks`}pregnant`, ["pink", "bold"]));
+		r.push(App.UI.DOM.makeElement("span", `You're ${V.PC.pregWeek} ${(V.PC.pregWeek === 1) ? `week`:`weeks`} pregnant`, ["pink", "bold"]));
 		if (_WL === 1) {
 			r.push(`a baby.`);
 		} else {