diff --git a/src/components/market/components/TickerListTabs.js b/src/components/market/components/TickerListTabs.js index a70273f0..0bc3c1a7 100644 --- a/src/components/market/components/TickerListTabs.js +++ b/src/components/market/components/TickerListTabs.js @@ -88,6 +88,16 @@ const TickerTable = (props)=>{ return (
+ {market === 'innovate' &&
+
+
+ {intl.get('ticker.new_listing')} +
+
+ {intl.get('ticker.apply')} +
+
+
} diff --git a/src/modules/locales/localesData/en_US.js b/src/modules/locales/localesData/en_US.js index 2cd5d107..cef80a40 100644 --- a/src/modules/locales/localesData/en_US.js +++ b/src/modules/locales/localesData/en_US.js @@ -158,6 +158,8 @@ I got this great idea: favorites: 'Favorites', select_a_market:'Select a market', back_to_wallet:'Back to Wallet', + new_listing: 'New listing:new tokens will regularly added for trading', + apply: 'Apply to list' }, exchanges: { loopr: 'Loopring DEX Price', diff --git a/src/modules/locales/localesData/zh_CN.js b/src/modules/locales/localesData/zh_CN.js index b8492ee9..318dd7c3 100644 --- a/src/modules/locales/localesData/zh_CN.js +++ b/src/modules/locales/localesData/zh_CN.js @@ -300,6 +300,8 @@ export default { favorites: '自选', select_a_market:'选择交易市场', back_to_wallet:'返回钱包', + new_listing: '创新区:优质新币会定期添加到创新区进行交易', + apply: '申请上币' }, exchanges: { loopr: '路印DEX 市场行情',