Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Oct 14, 2020
1 parent 85272a4 commit 9fee7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const DataTierAllocationField: FunctionComponent<Props> = ({
: !nodesByRoles.data_cold?.length;

if (isUsingNodeRolesAllocation && hasNoNodesWithNodeRole) {
// Tell cloud users they can deploy cold tier nodes.
// Tell cloud users they can deploy nodes on cloud.
return (
<>
<EuiSpacer size="s" />
Expand Down

0 comments on commit 9fee7f3

Please sign in to comment.