diff --git a/components/collections/actions/actions.ts b/components/collections/actions/actions.ts index 482be14..fa65b27 100644 --- a/components/collections/actions/actions.ts +++ b/components/collections/actions/actions.ts @@ -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', diff --git a/pages/collections/actions.tsx b/pages/collections/actions.tsx index cf529bf..5c50eda 100644 --- a/pages/collections/actions.tsx +++ b/pages/collections/actions.tsx @@ -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.', },