Skip to content

Commit

Permalink
fixed reference to old product name in cli
Browse files Browse the repository at this point in the history
(cherry picked from commit aaa3093)
  • Loading branch information
facchettos committed Sep 16, 2024
1 parent d3b3036 commit 23471c3
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 @@ -448,7 +448,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 23471c3

Please sign in to comment.