From cc9fef9e70eb0ac8c213053b0f8042404614d0b7 Mon Sep 17 00:00:00 2001
From: Andrew Lavery <laverya@umich.edu>
Date: Tue, 31 Oct 2023 11:29:32 +0200
Subject: [PATCH] consistently call embedded-cluster controller nodes
 'controller' (#4110)

---
 web/src/components/apps/EmbeddedClusterManagement.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/src/components/apps/EmbeddedClusterManagement.tsx b/web/src/components/apps/EmbeddedClusterManagement.tsx
index 59e8dc7a6d..2ff33617d0 100644
--- a/web/src/components/apps/EmbeddedClusterManagement.tsx
+++ b/web/src/components/apps/EmbeddedClusterManagement.tsx
@@ -443,7 +443,7 @@ const EmbeddedClusterManagement = ({
                   htmlFor={`${nodeType}NodeType`}
                   className="tw-block u-cursor--pointer u-userSelect--none u-textColor--primary u-fontSize--normal u-fontWeight--medium tw-text-center"
                 >
-                  {nodeType === "controller" ? "controlplane" : nodeType}
+                  {nodeType}
                 </label>
               </div>
             ))}