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