From aaa30936c27916ecaab0b97acc0b66cc8d09ea6b Mon Sep 17 00:00:00 2001 From: facchettos Date: Fri, 13 Sep 2024 08:37:29 +0200 Subject: [PATCH] fixed reference to old product name in cli --- pkg/platform/helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == "*" {