diff --git a/pkg/portableresources/handlers/util.go b/pkg/portableresources/handlers/util.go index 10fc31ed81..099155c500 100644 --- a/pkg/portableresources/handlers/util.go +++ b/pkg/portableresources/handlers/util.go @@ -29,7 +29,7 @@ import ( "sigs.k8s.io/controller-runtime/pkg/client" ) -const daprConflictFmt = "the Dapr component name '%q' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (eg: StateStores, PubSubBrokers, SecretStores, ConfigurationStores etc.). Please select a new name and try again" +const daprConflictFmt = "the Dapr component name '%q' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (e.g., StateStores, PubSubBrokers, SecretStores, ConfigurationStores, etc.). Please select a new name and try again." // CheckDaprResourceNameUniqueness checks if the resource name is unique in the namespace. If the resource name is not unique, it returns an error. //