浏览代码

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'/>,
 }];
 
 // [{