Skip to content

Commit

Permalink
consistently call embedded-cluster controller nodes 'controller'
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Oct 30, 2023
1 parent aa429aa commit b739511
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 b739511

Please sign in to comment.