Skip to content

Commit

Permalink
fix(i18n): correct label case
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Mar 1, 2024
1 parent 815141a commit 5416f7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emqx/shared-ui-i18n

## 0.0.13

### Patch Changes

- Move some label from connector to action

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/lib/enConnectorsLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
},
kafka_producer: {
kerberos_principal: 'Kerberos Principal',
kerberos_keytab_file: 'Kerberos keytab file',
kerberos_keytab_file: 'Kerberos Keytab File',
mechanism: 'Mechanism',
},
http: {
Expand Down Expand Up @@ -120,7 +120,7 @@ export const enConnectorsLabel: Record<string, Record<string, string>> = {
},
kafka_consumer: {
kerberos_principal: 'Kerberos Principal',
kerberos_keytab_file: 'Kerberos keytab file',
kerberos_keytab_file: 'Kerberos Keytab File',
mechanism: 'Mechanism',
},
rocketmq: {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emqx/shared-ui-i18n",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://emqx.io",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 5416f7e

Please sign in to comment.