Skip to content

Commit bb0babe

Browse files
committed
Title case in titles
1 parent ea6605a commit bb0babe

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"activePluginConfigIds": [
2525
"{{configId}}"
2626
],
27-
"title": "Positive engagement",
27+
"title": "Positive Engagement",
2828
"visualisation": {
2929
"type": "data-stream-line-graph",
3030
"config": {
@@ -62,7 +62,7 @@
6262
"activePluginConfigIds": [
6363
"{{configId}}"
6464
],
65-
"title": "Negative engagement",
65+
"title": "Negative Engagement",
6666
"visualisation": {
6767
"type": "data-stream-line-graph",
6868
"config": {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"activePluginConfigIds": [
139139
"{{configId}}"
140140
],
141-
"title": "Undelivered – spam",
141+
"title": "Undelivered – Spam",
142142
"visualisation": {
143143
"type": "data-stream-scalar",
144144
"config": {
@@ -212,7 +212,7 @@
212212
"activePluginConfigIds": [
213213
"{{configId}}"
214214
],
215-
"title": "Undelivered – unsubscribed",
215+
"title": "Undelivered – Unsubscribed",
216216
"visualisation": {
217217
"type": "data-stream-scalar",
218218
"config": {
@@ -286,7 +286,7 @@
286286
"activePluginConfigIds": [
287287
"{{configId}}"
288288
],
289-
"title": "Undelivered – invalid",
289+
"title": "Undelivered – Invalid",
290290
"visualisation": {
291291
"type": "data-stream-scalar",
292292
"config": {
@@ -360,7 +360,7 @@
360360
"activePluginConfigIds": [
361361
"{{configId}}"
362362
],
363-
"title": "Undelivered – bounce",
363+
"title": "Undelivered – Bounce",
364364
"visualisation": {
365365
"type": "data-stream-scalar",
366366
"config": {
@@ -419,7 +419,7 @@
419419
"activePluginConfigIds": [
420420
"{{configId}}"
421421
],
422-
"title": "New bounces",
422+
"title": "New Bounces",
423423
"visualisation": {
424424
"type": "data-stream-table",
425425
"config": {
@@ -482,7 +482,7 @@
482482
"activePluginConfigIds": [
483483
"{{configId}}"
484484
],
485-
"title": "New blocks",
485+
"title": "New Blocks",
486486
"visualisation": {
487487
"type": "data-stream-table",
488488
"config": {
@@ -537,7 +537,7 @@
537537
"activePluginConfigIds": [
538538
"{{configId}}"
539539
],
540-
"title": "New invalid emails",
540+
"title": "New Invalid Emails",
541541
"visualisation": {
542542
"type": "data-stream-table",
543543
"config": {

0 commit comments

Comments
 (0)