diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 63e074a1d40a75736eb01a2050be41b5a6a0bb44..4bd7a6a0a47251cd6ae98b119ac6baca2d69e4f2 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -50,13 +50,13 @@ App.UI.incubator = function() { function intro() { - const el = new DocumentFragment(); + const el = document.createElement("p"); let r = []; const freeTanks = V.incubator - V.incubatorSlaves; r.push(`${_incubatorNameCaps} is a clean, cold hall designed to be lined with tanks and their connected monitoring systems.`); if (V.incubatorSlaves > 2) { - r.push(`It's well used. The hum of active tanks fill the air.`); + r.push(`It's well used. The hum of active tanks fills the air.`); } else if (V.incubatorSlaves > 0) { r.push(`It's barely used; most of the tanks lie dormant.`); } else {