From 473bebb3d33913e4386d59ae5601968aea38b7d4 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 19 Oct 2020 15:46:58 -0400
Subject: [PATCH] name was changed

---
 src/facilities/incubator/incubatorInteract.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js
index 2d9d7604eeb..af82760e8aa 100644
--- a/src/facilities/incubator/incubatorInteract.js
+++ b/src/facilities/incubator/incubatorInteract.js
@@ -32,8 +32,8 @@ App.UI.incubator = function() {
 		tabBar.append(App.UI.tabBar.tabButton('pc', tabCaptions.pc));
 	}
 	tabBar.append(
-		App.UI.tabBar.tabButtonDOM('tanks', tabCaptions.tanks),
-		App.UI.tabBar.tabButtonDOM('settings', tabCaptions.settings),
+		App.UI.tabBar.tabButton('tanks', tabCaptions.tanks),
+		App.UI.tabBar.tabButton('settings', tabCaptions.settings),
 	);
 
 	el.append(App.UI.tabBar.makeTab('mothers', makeSpanIded("content-mothers", mothers())));
-- 
GitLab