i18n
This commit is contained in:
parent
34ef1be442
commit
d9f6e6147e
|
@ -147,7 +147,7 @@
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleDelete(report) {
|
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'),
|
confirmButtonText: this.$t('commons.confirm'),
|
||||||
callback: (action) => {
|
callback: (action) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
|
|
Loading…
Reference in New Issue