Use proper sentence-case for all strings in azure_event_hub (#135328)

pull/135418/head
Norbert Rittel 2025-01-13 13:47:40 +01:00 committed by GitHub
parent 8f71d7a6f3
commit fc6695b05c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 10 deletions

View File

@ -2,26 +2,26 @@
"config": {
"step": {
"user": {
"title": "Set up your Azure Event Hub integration",
"title": "Set up Azure Event Hub",
"data": {
"event_hub_instance_name": "Event Hub Instance Name",
"use_connection_string": "Use Connection String"
"event_hub_instance_name": "Event Hub instance name",
"use_connection_string": "Use connection string"
}
},
"conn_string": {
"title": "Connection String method",
"title": "Connection string method",
"description": "Please enter the connection string for: {event_hub_instance_name}",
"data": {
"event_hub_connection_string": "Event Hub Connection String"
"event_hub_connection_string": "Event Hub connection string"
}
},
"sas": {
"title": "SAS Credentials method",
"title": "SAS credentials method",
"description": "Please enter the SAS (shared access signature) credentials for: {event_hub_instance_name}",
"data": {
"event_hub_namespace": "Event Hub Namespace",
"event_hub_sas_policy": "Event Hub SAS Policy",
"event_hub_sas_key": "Event Hub SAS Key"
"event_hub_namespace": "Event Hub namespace",
"event_hub_sas_policy": "Event Hub SAS policy",
"event_hub_sas_key": "Event Hub SAS key"
}
}
},
@ -38,7 +38,7 @@
"options": {
"step": {
"init": {
"title": "Options for the Azure Event Hub.",
"title": "Options for Azure Event Hub.",
"data": {
"send_interval": "Interval between sending batches to the hub."
}