Skip to content

Commit

Permalink
fix: fix some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
labbomb committed Sep 15, 2023
1 parent 8c0affc commit 682084c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export default defineComponent({
key: 'metadata',
},
{
label: i18n.global.t('layout.CDC_Ingestion'),
key: 'CDC_Ingestion',
label: i18n.global.t('layout.cdc_ingestion'),
key: 'cdc_ingestion',
},
{
label: i18n.global.t('layout.system'),
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-ui-new/src/locales/en/modules/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License. */
export default {
playground: 'Playground',
metadata: 'MetaData',
CDC_Ingestion: 'CDC Ingestion',
cdc_ingestion: 'CDC Ingestion',
system: 'System',
light: 'Light',
dark: 'Dark'
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-ui-new/src/locales/zh/modules/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License. */
export default {
playground: '查询控制台',
metadata: '元数据管理',
CDC_Ingestion: 'CDC 集成',
cdc_ingestion: 'CDC 集成',
system: '系统管理',
light: '浅色',
dark: '暗色'
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-ui-new/src/locales/zh/modules/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export default {
password_tips: '请输入密码',
light: '浅色',
dark: '暗色'
}
}

0 comments on commit 682084c

Please sign in to comment.