From 21e735baac470201f2589563d28507274d15ebf4 Mon Sep 17 00:00:00 2001 From: Alexandr Kazachenko Date: Wed, 25 Dec 2024 18:44:00 +0500 Subject: [PATCH] chore: fix permit hook description --- libs/hook-dapp-lib/src/hookDappsRegistry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hook-dapp-lib/src/hookDappsRegistry.json b/libs/hook-dapp-lib/src/hookDappsRegistry.json index 4ce8c5e3e2..7f973f7768 100644 --- a/libs/hook-dapp-lib/src/hookDappsRegistry.json +++ b/libs/hook-dapp-lib/src/hookDappsRegistry.json @@ -24,7 +24,7 @@ "PERMIT_TOKEN": { "type": "INTERNAL", "name": "Permit a token", - "descriptionShort": "Infinite permit an address to spend one token on your behalf.", + "descriptionShort": "Permit an address to spend one token on your behalf.", "description": "This hook allows you to permit an address to spend your tokens on your behalf. This is useful for allowing a smart contract to spend your tokens without needing to approve each transaction.", "image": "https://raw.githubusercontent.com/cowprotocol/cowswap/refs/heads/develop/apps/cowswap-frontend/src/modules/hooksStore/dapps/PermitHookApp/icon.png", "version": "v0.1.0",