Skip to content

Commit

Permalink
Merge pull request #2139 from facchettos/fix-generic-sync
Browse files Browse the repository at this point in the history
fixed reference to old product name in cli
  • Loading branch information
FabianKramm authored Sep 16, 2024
2 parents 8826b38 + aaa3093 commit e7464fb
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 e7464fb

Please sign in to comment.