Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed Feb 19, 2024
1 parent 1310942 commit 6b098e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func titleCase(s string) string {
// Populate entitlement options for zendesk resource.
func PopulateOptions(displayName, permission, resource string) []ent.EntitlementOption {
options := []ent.EntitlementOption{
ent.WithDisplayName(fmt.Sprintf("%s %s %s", displayName, resource, permission)),
ent.WithDisplayName(fmt.Sprintf("%s Role %s", displayName, permission)),
ent.WithDescription(fmt.Sprintf("%s of Zendesk %s %s", permission, displayName, resource)),
ent.WithGrantableTo(resourceTypeTeam, resourceTypeGroup),
}
Expand Down

0 comments on commit 6b098e9

Please sign in to comment.