Update Append New Token description on Collection Actions
This commit is contained in:
parent
fa32649633
commit
c7b26d133d
@ -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',
|
||||
|
@ -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.',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user