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
+1 -1
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',