fix(接口测试): 优化删除版本场景的提示

--bug=1014508 --user=王孝刚 【接口测试】场景删除版本,提示信息是“确认删除接口xxx?”
https://www.tapd.cn/55049933/s/1193246
This commit is contained in:
wxg0103 2022-07-01 16:44:22 +08:00 committed by jianxing
parent d1ee38659f
commit 540da74962
1 changed files with 1 additions and 1 deletions

View File

@ -2244,7 +2244,7 @@ export default {
});
},
del(row) {
this.$alert(this.$t('api_test.definition.request.delete_confirm') + ' ' + row.name + " ", '', {
this.$alert(this.$t('load_test.delete_threadgroup_confirm') + ' ' + row.name + " ", '', {
confirmButtonText: this.$t('commons.confirm'),
callback: (action) => {
if (action === 'confirm') {