Skip to content

Commit

Permalink
Merge pull request #408 from Loopring/du-innovation
Browse files Browse the repository at this point in the history
new coin
  • Loading branch information
dyfvicture authored Jul 20, 2018
2 parents f1b8f3f + 7e63332 commit cd246ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/market/components/TickerListTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ const TickerTable = (props)=>{

return (
<div className="mb15" style={{minWidth:'400px',maxHeight:'400px',overflow:'auto'}}>
{market === 'innovate' && <div className="fs12 p10 bg-blue-50 mb10 ">
<div className="row no-gutters">
<div className="col">
{intl.get('ticker.new_listing')}
</div>
<div className="col-auto">
<a href='https://goo.gl/forms/2RUdyJxOPTdSBkbZ2' target="_blank">{intl.get('ticker.apply')}</a>
</div>
</div>
</div>}
<table className="ticker-list-table">
<tbody>
<tr className="">
Expand Down
2 changes: 2 additions & 0 deletions src/modules/locales/localesData/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions src/modules/locales/localesData/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ export default {
favorites: '自选',
select_a_market:'选择交易市场',
back_to_wallet:'返回钱包',
new_listing: '创新区:优质新币会定期添加到创新区进行交易',
apply: '申请上币'
},
exchanges: {
loopr: '路印DEX 市场行情',
Expand Down

0 comments on commit cd246ea

Please sign in to comment.