Browse Source

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

xy 7 years ago
parent
commit
ad96683796
1 changed files with 2 additions and 1 deletions
  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 React, {Component} from 'react';
+import {FormattedMessage} from 'react-intl';
 import {Card, Spin} from 'antd';
 import {Card, Spin} from 'antd';
 
 
 import TencentConfig from './tencent/TencentConfig';
 import TencentConfig from './tencent/TencentConfig';
@@ -12,7 +13,7 @@ import {graphqlUrl} from "../../../config";
 
 
 const tabListNoTitle = [{
 const tabListNoTitle = [{
     key: 'tencent',
     key: 'tencent',
-    tab: 'Tencent',
+    tab: <FormattedMessage id='Tencent'/>,
 }];
 }];
 
 
 // [{
 // [{