Update Append New Token description on Collection Actions

This commit is contained in:
Serkan Reis 2023-01-05 14:17:46 +03:00
parent fa32649633
commit c7b26d133d
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export const BASE_ACTION_LIST: ActionListItem[] = [
{
id: 'mint_token_uri',
name: 'Append New Token',
description: `Append a new token to the collection`,
description: `Mint a new token and append it to the collection`,
},
{
id: 'update_start_trading_time',

View File

@ -88,7 +88,7 @@ const CollectionActionsPage: NextPage = () => {
toUtf8(Buffer.from(Buffer.from('contract_info').toString('hex'), 'hex').toString()),
),
{
loading: 'Retrieving Minter type...',
loading: 'Retrieving minter type...',
error: 'Minter type retrieval failed.',
success: 'Minter type retrieved.',
},