Skip to content

Commit ea6605a

Browse files
committed
Corrections from PR review.
1 parent e39a964 commit ea6605a

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

plugins/SendGrid/v1/defaultContent/SendGrid/nonDelivery.dash.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"activePluginConfigIds": [
213213
"{{configId}}"
214214
],
215-
"title": "Undelivered – unsubscribed d",
215+
"title": "Undelivered – unsubscribed",
216216
"visualisation": {
217217
"type": "data-stream-scalar",
218218
"config": {

plugins/SendGrid/v1/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "@agoodthing.org.uk",
77
"type": "community"
88
},
9-
"description": "Query email send statistics from Twilio SendGrid",
9+
"description": "Query email send statistics from Twilio SendGrid.",
1010
"category": "Utility",
1111
"type": "cloud",
1212
"schemaVersion": "2.0",

plugins/SendGrid/v1/ui.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"help": "The API key must have read-only permissions to Stats and/or Suppressions",
44
"label": "API Key",
55
"name": "apiKey",
6-
"placeholder": "",
6+
"placeholder": "Enter the SendGrid API key",
77
"type": "password",
88
"validation": {
99
"required": true
@@ -13,7 +13,6 @@
1313
"name": "region",
1414
"type": "autocomplete",
1515
"label": "SendGrid Account Region",
16-
"help": "Which region your SendGrid account is hosted in.",
1716
"validation": {
1817
"required": true
1918
},

0 commit comments

Comments
 (0)