fix: 切换成脑图导出用例提示错误
--bug=1009081 --user=陈建星 【测试跟踪】-选择脑图显示-导出用例-选择xmind格式导出-提示错误 https://www.tapd.cn/55049933/s/1092905
This commit is contained in:
parent
e594ece194
commit
da40d7009b
|
@ -1993,7 +1993,7 @@ export default {
|
|||
},
|
||||
export: {
|
||||
export: "Export cases",
|
||||
export_tip: "Switch to Interface List and check Use Case Export"
|
||||
export_tip: "Switch to Case List and check Use Case Export"
|
||||
},
|
||||
case_desc: "Case Desc",
|
||||
passing_rate: 'Case Pass Rate'
|
||||
|
|
|
@ -1991,7 +1991,7 @@ export default {
|
|||
},
|
||||
export: {
|
||||
export: "导出用例",
|
||||
export_tip: "请切换成接口列表勾选用例导出!"
|
||||
export_tip: "请切换成用例列表勾选用例导出!"
|
||||
},
|
||||
case_desc: "用例描述",
|
||||
passing_rate: '用例通过率'
|
||||
|
|
|
@ -1991,7 +1991,7 @@ export default {
|
|||
},
|
||||
export: {
|
||||
export: "導出用例",
|
||||
export_tip: "請切換成接口列表勾選用例導出!"
|
||||
export_tip: "請切換成用例列表勾選用例導出!"
|
||||
},
|
||||
case_desc: "用例描述",
|
||||
passing_rate: '用例通過率'
|
||||
|
|
Loading…
Reference in New Issue