diff --git a/nezha-fronted/src/components/page/config/system/apiKeyTable.vue b/nezha-fronted/src/components/page/config/system/apiKeyTable.vue index 1875e00ed..24bb7cc6c 100644 --- a/nezha-fronted/src/components/page/config/system/apiKeyTable.vue +++ b/nezha-fronted/src/components/page/config/system/apiKeyTable.vue @@ -131,7 +131,7 @@ export default { prop: 'name', show: true }, { - label: 'Token', + label: this.$t('apiKey.key'), prop: 'token', show: true }, { diff --git a/nezha-fronted/src/components/page/config/system/selfApiKeyTab.vue b/nezha-fronted/src/components/page/config/system/selfApiKeyTab.vue index 9cc03097d..f9700230d 100644 --- a/nezha-fronted/src/components/page/config/system/selfApiKeyTab.vue +++ b/nezha-fronted/src/components/page/config/system/selfApiKeyTab.vue @@ -89,7 +89,7 @@ export default { minWidth: 100, show: true }, { - label: this.$t('asset.talon.token'), + label: this.$t('apiKey.key'), prop: 'token', minWidth: 180, show: true