diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
index 55e0b36fb..3942a70e3 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTab.vue
@@ -4,13 +4,13 @@
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue
index 1f24481cb..1579a44bc 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/terminalLogTab.vue
@@ -84,7 +84,7 @@ export default {
disabled: false
}, {
id: 13,
- name: this.$t('config.terminallog.sourceIp'),
+ name: this.$t('ping.sourceIp'),
type: 'input',
label: 'remoteAddr',
disabled: false
diff --git a/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue b/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
index d872fbb78..70a4c54a8 100644
--- a/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/dc/dcDetail.vue
@@ -89,7 +89,7 @@ export default {
minWidth: 90,
sortable: 'custom'
}, {
- label: this.$t('config.dc.alert'),
+ label: this.$t('overall.alert'),
prop: 'alertNum',
width: 120,
show: true
diff --git a/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue b/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
index c06ff932d..4c0eab50c 100644
--- a/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/terminalLogDetail/terminalLogDetail.vue
@@ -109,7 +109,7 @@ export default {
show: true
},
{
- label: this.$t('config.terminallog.sourceIp'),
+ label: this.$t('ping.sourceIp'),
prop: 'sourceIp',
minWidth: 115,
show: true,
diff --git a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
index 159058dbe..f36535fc7 100644
--- a/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
+++ b/nezha-fronted/src/components/common/detailView/list/userDetail/userDetail.vue
@@ -109,7 +109,7 @@ export default {
show: true,
width: 150
}, {
- label: this.$t('config.user.enable'),
+ label: this.$t('asset.talon.enable'),
prop: 'status',
show: true,
width: 100
diff --git a/nezha-fronted/src/components/common/myDatePicker/src/panel/time-range.vue b/nezha-fronted/src/components/common/myDatePicker/src/panel/time-range.vue
index 0261c2484..94c88d263 100644
--- a/nezha-fronted/src/components/common/myDatePicker/src/panel/time-range.vue
+++ b/nezha-fronted/src/components/common/myDatePicker/src/panel/time-range.vue
@@ -46,7 +46,7 @@
+ @click="handleCancel()">{{ t('overall.cancel') }}
+ @click="handleCancel">{{ t('overall.cancel') }}