Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/hook-dapp-lib/src/hookDappsRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const hookDappsRegistry = {
[PERMIT_HOOK_DAPP_ID]: {
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:
Expand Down