refactor(测试跟踪): 脑图缺陷国际化

--bug=1018890 --user=陈建星 【测试跟踪】github#18840,英文语言下脑图文案出现中文 https://www.tapd.cn/55049933/s/1283809
This commit is contained in:
chenjianxing 2022-10-31 16:39:36 +08:00 committed by jianxing
parent 9ebd6999b5
commit 3d09c3b6a3
1 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ export function addIssueHotBox(vueObj) {
let main = hotbox.state('main');
main.button({
position: 'ring',
label: '关联缺陷',
label: i18n.t('test_track.case.relate_issue'),
key: 'N',
action: function () {
if (getSelectedNodeData().id.length < 15) {
@ -589,7 +589,7 @@ export function addIssueHotBox(vueObj) {
main.button({
position: 'ring',
label: '添加缺陷',
label: i18n.t('test_track.issue.add_issue'),
key: 'M',
action: function () {
if (getSelectedNodeData().id.length < 15) {