diff --git a/internal/schemautil/userconfig/desc.go b/internal/schemautil/userconfig/desc.go index d1121e703..6d50e2af8 100644 --- a/internal/schemautil/userconfig/desc.go +++ b/internal/schemautil/userconfig/desc.go @@ -17,7 +17,7 @@ const ( // String is a function that returns the string representation of the entity type. func (et EntityType) String() string { - return [...]string{"resource", "datasource"}[et] + return [...]string{"resource", "data source"}[et] } // AvailabilityType is a type that represents the availability type of an entity.