Skip to content

Commit

Permalink
fix: update shared.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymesC authored Sep 6, 2024
1 parent c090182 commit e99d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/connectors/freshworkscrm/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var sharedAuth = autoform.NewCustomAuthField().
SetRequired(true).
Build(),
"api-key": autoform.NewShortTextField().SetDisplayName("Api Key").
SetDescription("The api key used to authenticate freshworks.").
SetDescription("The api key used to authenticate freshworks crm.").
SetRequired(true).
Build(),
}).
Expand Down

0 comments on commit e99d0ff

Please sign in to comment.