From ef57a3ee79a4ffdf6617214e254f58e04b571c3e Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 5 Feb 2021 02:10:34 -0800 Subject: [PATCH] Add missing space --- src/facilities/incubator/incubatorInteract.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 30c240ada7f..7ef9c5be957 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 { -- GitLab