Skip to content

Commit

Permalink
fixed reference to old product name in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Sep 13, 2024
1 parent 2d00aaf commit aaa3093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ func SelectProjectCluster(ctx context.Context, client Client, project *managemen
return "", err
}

anyClusterOption := "Any Cluster [Loft Selects Cluster]"
anyClusterOption := "Any cluster [The platform will select a cluster for you]"
clusterNames := []string{}
for _, allowedCluster := range project.Spec.AllowedClusters {
if allowedCluster.Name == "*" {
Expand Down

0 comments on commit aaa3093

Please sign in to comment.