Skip to content

Commit

Permalink
only use noun
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTVu committed Feb 22, 2024
1 parent 6234b39 commit 5986657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions graphql2/graphqlapp/destinationtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp
IsSchedOnCallNotify: true,
RequiredFields: []graphql2.DestinationFieldConfig{{
FieldID: fieldScheduleID,
LabelSingular: "Select Schedule",
LabelPlural: "Select Schedules",
LabelSingular: "Schedule",
LabelPlural: "Schedules",
InputType: "text",
IsSearchSelectable: true,
}},
Expand All @@ -456,8 +456,8 @@ func (q *Query) DestinationTypes(ctx context.Context) ([]graphql2.DestinationTyp
IsSchedOnCallNotify: true,
RequiredFields: []graphql2.DestinationFieldConfig{{
FieldID: fieldUserID,
LabelSingular: "Select User",
LabelPlural: "Select Users",
LabelSingular: "User",
LabelPlural: "Users",
InputType: "text",
IsSearchSelectable: true,
}},
Expand Down

0 comments on commit 5986657

Please sign in to comment.