diff --git a/graphql2/graphqlapp/destinationtypes.go b/graphql2/graphqlapp/destinationtypes.go index b00f4566f7..76d82d36f7 100644 --- a/graphql2/graphqlapp/destinationtypes.go +++ b/graphql2/graphqlapp/destinationtypes.go @@ -428,8 +428,8 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp IsEPTarget: true, RequiredFields: []graphql2.DestinationFieldConfig{{ FieldID: fieldRotationID, - LabelSingular: "Select Rotation", - LabelPlural: "Select Rotations", + LabelSingular: "Rotation", + LabelPlural: "Rotations", InputType: "text", IsSearchSelectable: true, }},