diff --git a/.changeset/poor-needles-burn.md b/.changeset/poor-needles-burn.md new file mode 100644 index 0000000..828b48b --- /dev/null +++ b/.changeset/poor-needles-burn.md @@ -0,0 +1,5 @@ +--- +"saleor-app-emails-and-messages": patch +--- + +Improved descriptions in the events section and API key inputs. diff --git a/apps/emails-and-messages/src/modules/sendgrid/ui/api-connection-section.tsx b/apps/emails-and-messages/src/modules/sendgrid/ui/api-connection-section.tsx index b7aea2a..70630e0 100644 --- a/apps/emails-and-messages/src/modules/sendgrid/ui/api-connection-section.tsx +++ b/apps/emails-and-messages/src/modules/sendgrid/ui/api-connection-section.tsx @@ -62,7 +62,7 @@ export const ApiConnectionSection = ({ configuration }: ApiConnectionSectionProp label="API Key" name="apiKey" control={control} - helperText="Name of the configuration, for example 'Production' or 'Test'" + helperText="The API key can be generated in your Sendgrid dashboard" />