chore: rename candles tab to chart (#2558)

This commit is contained in:
Matthew Russell 2023-01-10 09:59:08 -06:00 committed by GitHub
parent 0fd1739ce5
commit d98ce18f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ const MainGrid = ({
>
<TradeGridChild>
<Tabs>
<Tab id="candles" name={t('Candles')}>
<Tab id="chart" name={t('Chart')}>
<TradingViews.Candles marketId={marketId} />
</Tab>
<Tab id="depth" name={t('Depth')}>