소스 검색

Merge branch 'master' of http://gogs.ioobot.com:6680/xy/online

xy 7 년 전
부모
커밋
ad96683796
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/app/common/deploy/Deploy.jsx

+ 2 - 1
src/app/common/deploy/Deploy.jsx

@@ -1,4 +1,5 @@
 import React, {Component} from 'react';
+import {FormattedMessage} from 'react-intl';
 import {Card, Spin} from 'antd';
 
 import TencentConfig from './tencent/TencentConfig';
@@ -12,7 +13,7 @@ import {graphqlUrl} from "../../../config";
 
 const tabListNoTitle = [{
     key: 'tencent',
-    tab: 'Tencent',
+    tab: <FormattedMessage id='Tencent'/>,
 }];
 
 // [{