@@ -117,7 +117,7 @@ const commonFields = [
117
117
label : "Queue Directory" ,
118
118
required : false ,
119
119
120
- tooltip : "staging dir for undelivered messages e.g. '/home/events'" ,
120
+ tooltip : "Staging directory for undelivered messages e.g. '/home/events'" ,
121
121
type : "string" ,
122
122
placeholder : "Enter Queue Directory" ,
123
123
} ,
@@ -126,7 +126,7 @@ const commonFields = [
126
126
label : "Queue Limit" ,
127
127
required : false ,
128
128
129
- tooltip : "maximum limit for undelivered messages, defaults to '10000'" ,
129
+ tooltip : "Maximum limit for undelivered messages, defaults to '10000'" ,
130
130
type : "number" ,
131
131
placeholder : "Enter Queue Limit" ,
132
132
} ,
@@ -187,7 +187,7 @@ export const notificationEndpointsFields: any = {
187
187
name : "tls_client_auth" ,
188
188
label : "TLS Client Auth" ,
189
189
tooltip :
190
- "Client Auth determines the Kafka server's policy for TLS client auth " ,
190
+ "Client Auth determines the Kafka server's policy for TLS client authorization " ,
191
191
type : "string" ,
192
192
placeholder : "Enter TLS Client Auth" ,
193
193
} ,
@@ -213,14 +213,14 @@ export const notificationEndpointsFields: any = {
213
213
{
214
214
name : "client_tls_cert" ,
215
215
label : "client TLS cert" ,
216
- tooltip : "Path to client certificate for mTLS auth " ,
216
+ tooltip : "Path to client certificate for mTLS authorization " ,
217
217
type : "path" ,
218
218
placeholder : "Enter TLS Client Cert" ,
219
219
} ,
220
220
{
221
221
name : "client_tls_key" ,
222
222
label : "client TLS key" ,
223
- tooltip : "Path to client key for mTLS auth " ,
223
+ tooltip : "Path to client key for mTLS authorization " ,
224
224
type : "path" ,
225
225
placeholder : "Enter TLS Client Key" ,
226
226
} ,
@@ -312,7 +312,7 @@ export const notificationEndpointsFields: any = {
312
312
name : "address" ,
313
313
required : true ,
314
314
label : "Address" ,
315
- tooltip : "Redis server's address. For example: `localhost:6379`" ,
315
+ tooltip : "Redis server's address e.g. `localhost:6379`" ,
316
316
type : "address" ,
317
317
placeholder : "Enter Address" ,
318
318
} ,
@@ -346,7 +346,7 @@ export const notificationEndpointsFields: any = {
346
346
name : "topic" ,
347
347
required : true ,
348
348
label : "Topic" ,
349
- tooltip : "name of the MQTT topic to publish" ,
349
+ tooltip : "Name of the MQTT topic to publish" ,
350
350
type : "string" ,
351
351
placeholder : "Enter Topic" ,
352
352
} ,
@@ -376,7 +376,7 @@ export const notificationEndpointsFields: any = {
376
376
label : "Keep Alive Interval" ,
377
377
tooltip : "Keep-alive interval for MQTT connections in s,m,h,d" ,
378
378
type : "duration" ,
379
- placeholder : "Enter Keep Alive Internal " ,
379
+ placeholder : "Enter Keep Alive Interval " ,
380
380
} ,
381
381
{
382
382
name : "reconnect_interval" ,
@@ -448,13 +448,13 @@ export const notificationEndpointsFields: any = {
448
448
{
449
449
name : "streaming" ,
450
450
label : "Streaming" ,
451
- tooltip : "Set to 'on', to use streaming NATS server" ,
451
+ tooltip : "Set to 'on' to use streaming NATS server" ,
452
452
type : "on|off" ,
453
453
} ,
454
454
{
455
455
name : "streaming_async" ,
456
456
label : "Streaming async" ,
457
- tooltip : "Set to 'on', to enable asynchronous publish" ,
457
+ tooltip : "Set to 'on' to enable asynchronous publish" ,
458
458
type : "on|off" ,
459
459
} ,
460
460
{
@@ -488,7 +488,7 @@ export const notificationEndpointsFields: any = {
488
488
{
489
489
name : "client_key" ,
490
490
label : "Client Key" ,
491
- tooltip : "Client cert key for NATS mTLS auth " ,
491
+ tooltip : "Client cert key for NATS mTLS authorization " ,
492
492
type : "string" ,
493
493
placeholder : "Enter Client Key" ,
494
494
} ,
@@ -530,14 +530,14 @@ export const notificationEndpointsFields: any = {
530
530
required : true ,
531
531
label : "Endpoint" ,
532
532
tooltip :
533
- "webhook server endpoint e.g. http://localhost:8080/minio/events" ,
533
+ "Webhook server endpoint e.g. http://localhost:8080/minio/events" ,
534
534
type : "url" ,
535
535
placeholder : "Enter Endpoint" ,
536
536
} ,
537
537
{
538
538
name : "auth_token" ,
539
539
label : "Auth Token" ,
540
- tooltip : "opaque string or JWT authorization token" ,
540
+ tooltip : "Opaque string or JWT authorization token" ,
541
541
type : "string" ,
542
542
placeholder : "Enter auth_token" ,
543
543
} ,
@@ -563,14 +563,14 @@ export const notificationEndpointsFields: any = {
563
563
{
564
564
name : "tls" ,
565
565
label : "TLS" ,
566
- tooltip : "set to 'on' to enable TLS" ,
566
+ tooltip : "Set to 'on' to enable TLS" ,
567
567
type : "on|off" ,
568
568
} ,
569
569
{
570
570
name : "tls_skip_verify" ,
571
571
label : "TLS Skip Verify" ,
572
572
tooltip :
573
- 'trust server TLS without verification, defaults to "on" (verify)' ,
573
+ 'Trust server TLS without verification, defaults to "on" (verify)' ,
574
574
type : "on|off" ,
575
575
} ,
576
576
...commonFields ,
0 commit comments