Skip to content

Commit 6dcec32

Browse files
chore: add new string localizations
1 parent 4ad1205 commit 6dcec32

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

libs/hook-dapp-lib/src/hookDappsRegistry.ts

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ export const hookDappsRegistry = {
3131
type: 'INTERNAL',
3232
name: msg`Permit a token`,
3333
descriptionShort: msg`Permit an address to spend one token on your behalf.`,
34-
description:
35-
msg`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.`,
34+
description: msg`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.`,
3635
image:
3736
'https://raw.githubusercontent.com/cowprotocol/cowswap/refs/heads/develop/apps/cowswap-frontend/src/modules/hooksStore/dapps/PermitHookApp/icon.png',
3837
version: 'v0.1.0',
@@ -185,31 +184,28 @@ export const hookDappsRegistry = {
185184
},
186185
},
187186
'cow-sdk://flashloans/aave/v3/collateral-swap': {
188-
name: 'Aave Collateral Swap',
187+
name: msg`Aave Collateral Swap`,
189188
type: 'INTERNAL',
190-
descriptionShort: 'Aave Collateral Swap Flashloan',
191-
description:
192-
'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.',
189+
descriptionShort: msg`Aave Collateral Swap Flashloan`,
190+
description: msg`The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping collateral assets when there are borrow positions. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.`,
193191
version: '0.0.1',
194192
website: 'https://aave.com',
195193
image: 'https://app.aave.com/icons/tokens/aave.svg',
196194
},
197195
'cow-sdk://flashloans/aave/v3/debt-swap': {
198-
name: 'Aave Debt Swap',
196+
name: msg`Aave Debt Swap`,
199197
type: 'INTERNAL',
200-
descriptionShort: 'Aave Debt Swap Flashloan',
201-
description:
202-
'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping debt assets. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.',
198+
descriptionShort: msg`Aave Debt Swap Flashloan`,
199+
description: msg`The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like swapping debt assets. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.`,
203200
version: '0.0.1',
204201
website: 'https://aave.com',
205202
image: 'https://app.aave.com/icons/tokens/aave.svg',
206203
},
207204
'cow-sdk://flashloans/aave/v3/repay-with-collateral': {
208-
name: 'Aave Repay',
205+
name: msg`Aave Repay`,
209206
type: 'INTERNAL',
210-
descriptionShort: 'Aave Repay with Collateral Flashloan',
211-
description:
212-
'The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like repaying borrow positions using collateral. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.',
207+
descriptionShort: msg`Aave Repay with Collateral Flashloan`,
208+
description: msg`The swap adapter contracts integrate Aave Flash Loans and CoW Swap to facilitate advanced actions like repaying borrow positions using collateral. Learn more at https://aave.com/docs/developers/smart-contracts/swap-features.msg`,
213209
version: '0.0.1',
214210
website: 'https://aave.com',
215211
image: 'https://app.aave.com/icons/tokens/aave.svg',

0 commit comments

Comments
 (0)