Merge pull request #2750 from jumpserver/pr@dev@fix_ops_delete_file_i18n

fix: 修复翻译错误
This commit is contained in:
feng626
2023-02-22 18:19:57 +08:00
committed by GitHub

View File

@@ -207,7 +207,7 @@ export default {
if (!node) {
return
}
this.$confirm(this.$tc('ops.DeleteConfirmMessage'), this.$tc('ops.DeleteFile'), {
this.$confirm(this.$tc('ops.DeleteConfirmMessage'), this.$tc('ops.Delete'), {
confirmButtonText: this.$tc('ops.Confirm'),
cancelButtonText: this.$tc('ops.Cancel'),
type: 'warning'