Skip to content

Commit

Permalink
use only noun
Browse files Browse the repository at this point in the history
Co-authored-by: Nathaniel Caza <mastercactapus@gmail.com>
  • Loading branch information
tony-tvu and mastercactapus authored Feb 22, 2024
1 parent dc49ed7 commit 57eed78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql2/graphqlapp/destinationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}},
Expand Down

0 comments on commit 57eed78

Please sign in to comment.