Skip to content

Commit

Permalink
feat(i18n): change azure connector password label
Browse files Browse the repository at this point in the history
  • Loading branch information
0721Betty committed Mar 6, 2024
1 parent 5416f7e commit d3b8b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
},
azure_event_hub_producer: {
bootstrap_hosts: 'Bootstrap Hosts',
password: 'Connection String',
},
syskeeper_forwarder: {
ack_mode: 'ACK Mode',
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/lib/zhConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const zhConnectorsLabel: Record<string, Record<string, string>> = {
},
azure_event_hub_producer: {
bootstrap_hosts: '引导主机',
password: '连接字符串',
},
syskeeper_forwarder: {
ack_mode: 'ACK 模式',
Expand Down

0 comments on commit d3b8b0a

Please sign in to comment.