diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 8ec8f4d0..d35d5151 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -450,7 +450,7 @@ "lark": "Lark", "larksuite": "Larksuite", "dingtalk": "DingTalk", - "wechat_for_business": "WeChat for business", + "wecom": "WeCom", "1240_results": "{msg} results", "clear_conditions": "Clear conditions", "disabled": "Disabled", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index b3e7c2ff..3b6f5e78 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -450,7 +450,7 @@ "lark": "페이슈", "larksuite": "페이수 (Pei-su)", "dingtalk": "딩톡", - "wechat_for_business": "기업용 위챗", + "wecom": "기업용 위챗", "1240_results": "{msg}개 결과 ", "clear_conditions": "조건 지우기", "disabled": "비활성화됨", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 6efe4856..63a888b5 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -450,7 +450,7 @@ "lark": "飞书", "larksuite": "国际飞书", "dingtalk": "钉钉", - "wechat_for_business": "企业微信", + "wecom": "企业微信", "1240_results": "{msg} 个结果 ", "clear_conditions": "清空条件", "disabled": "已禁用", diff --git a/frontend/src/views/login/xpack/QrTab.vue b/frontend/src/views/login/xpack/QrTab.vue index 2c3d7d59..96d0926a 100644 --- a/frontend/src/views/login/xpack/QrTab.vue +++ b/frontend/src/views/login/xpack/QrTab.vue @@ -1,10 +1,6 @@