diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index ddfb86a42..8ac377820 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -198,7 +198,7 @@ - + @@ -322,7 +322,7 @@ export default { uploadFile: { file: '', path: '', uuid: '' }, uploadFileList: [], uploadResult: null, - downloadBox: { showDownload: false, title: this.$t('webshell.downloadTitle') }, + downloadBox: { showDownload: false, title: this.$t('overall.download') }, downloadFile: { path: '', uuid: '' }, downloadFileList: [], downloadResult: null, diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue index d6b818ec7..bc5c2950d 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/alertMessageTab.vue @@ -22,7 +22,7 @@ - @@ -49,7 +49,7 @@
- diff --git a/nezha-fronted/src/components/page/alert/alertSilence.vue b/nezha-fronted/src/components/page/alert/alertSilence.vue index 5ff505b63..ce4a1ffdb 100644 --- a/nezha-fronted/src/components/page/alert/alertSilence.vue +++ b/nezha-fronted/src/components/page/alert/alertSilence.vue @@ -89,7 +89,7 @@ class="el-button el-button--default el-button--small" @click="exportCur" > - {{ $t("overall.exportCur") }} + {{ $t("overall.current") }}