From fa326496331fe40132ea12c8715e7f24a339bba0 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 5 Jan 2023 14:14:42 +0300 Subject: [PATCH] Update Mint Token URI name & description on Collection Actions --- components/collections/actions/actions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/collections/actions/actions.ts b/components/collections/actions/actions.ts index 35d45df..482be14 100644 --- a/components/collections/actions/actions.ts +++ b/components/collections/actions/actions.ts @@ -42,8 +42,8 @@ export interface ActionListItem { export const BASE_ACTION_LIST: ActionListItem[] = [ { id: 'mint_token_uri', - name: 'Mint Token URI', - description: `Mint a token with the given token URI`, + name: 'Append New Token', + description: `Append a new token to the collection`, }, { id: 'update_start_trading_time',