diff --git a/pkg/platform/helper.go b/pkg/platform/helper.go index a7d8c88cd..d50dc884a 100644 --- a/pkg/platform/helper.go +++ b/pkg/platform/helper.go @@ -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 == "*" {