Skip to content

Commit 5b18153

Browse files
0721BettyKinplemelon
authored andcommitted
fix(azureBlob): fix error description for azure blob upload format field
1 parent 4333f91 commit 5b18153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/i18n/lib/en/integrationDesc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ export const enIntegrationDesc: Record<string, Record<string, string>> = {
545545
time_interval: 'Amount of time events will be aggregated in a single object before uploading.',
546546
content: 'The content of the object to be uploaded supports placeholders.',
547547
blob: 'Azure Blob Storage blob name.',
548-
container: 'Azure Blob Storage container name.',
548+
parameters_container: 'Azure Blob Storage container name.',
549549
},
550550
snowflake: {
551551
private_key:

packages/i18n/lib/zh/integrationDesc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export const zhIntegrationDesc: Record<string, Record<string, string>> = {
492492
content:
493493
"要存储的对象的内容。默认情况下,它是包含所有字段的 JSON 文本格式。支持如 ${'{'}payload{'}'} 的占位符设置。存储格式取决于变量的格式,支持二进制内容。",
494494
blob: 'Azure Blob Storage blob 名称。',
495-
container: 'Azure Blob Storage 容器名称。',
495+
parameters_container: 'Azure Blob Storage 容器名称。',
496496
},
497497
snowflake: {
498498
private_key:

0 commit comments

Comments
 (0)