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

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

View File

@ -573,7 +573,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) {
@ -591,7 +591,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) {