copy update
This commit is contained in:
parent
a249080b7b
commit
9c6795e2a9
|
@ -233,7 +233,7 @@ const ListMarket = ({ goBack }: { goBack: () => void }) => {
|
|||
<IconButton className="mr-4" onClick={goBack} size="medium">
|
||||
<ArrowLeftIcon className="h-5 w-5" />
|
||||
</IconButton>
|
||||
<h1 className="flex items-center">{t('new-market-listing')}</h1>
|
||||
<h1 className="flex items-center">{t('list-spot-market')}</h1>
|
||||
</div>
|
||||
<OnBoarding />
|
||||
{proposalPk && currentView === VIEWS.SUCCESS ? (
|
||||
|
|
|
@ -351,7 +351,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => {
|
|||
<IconButton className="mr-4" onClick={goBack} size="medium">
|
||||
<ArrowLeftIcon className="h-5 w-5" />
|
||||
</IconButton>
|
||||
<h1 className="flex items-center">{t('new-listing')}</h1>
|
||||
<h1 className="flex items-center">{t('list-token')}</h1>
|
||||
</div>
|
||||
<OnBoarding />
|
||||
{!currentTokenInfo ? (
|
||||
|
|
Loading…
Reference in New Issue