copy update

This commit is contained in:
saml33 2023-05-29 20:24:11 +10:00
parent a249080b7b
commit 9c6795e2a9
2 changed files with 2 additions and 2 deletions

View File

@ -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 ? (

View File

@ -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 ? (