This commit is contained in:
Captain.B 2020-05-12 14:56:02 +08:00
parent 34ef1be442
commit d9f6e6147e
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
})
},
handleDelete(report) {
this.$alert(this.$t('load_test.delete_confirm') + report.name + "", '', {
this.$alert(this.$t('report.delete_confirm') + report.name + "", '', {
confirmButtonText: this.$t('commons.confirm'),
callback: (action) => {
if (action === 'confirm') {