Csy817 7 tahun lalu
induk
melakukan
8649727c82
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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'/>,
 }];
 
 // [{