mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 11:24:17 +00:00
Merge pull request #2750 from jumpserver/pr@dev@fix_ops_delete_file_i18n
fix: 修复翻译错误
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user