Skip to content

Commit

Permalink
consistently call embedded-cluster controller nodes 'controller' (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Oct 31, 2023
1 parent ef2ebf9 commit cc9fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/apps/EmbeddedClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
))}
Expand Down

0 comments on commit cc9fef9

Please sign in to comment.