From 42e68bdf68c8b7d455a2ebbd0d75552122ba5ec5 Mon Sep 17 00:00:00 2001 From: bry Date: Wed, 2 Oct 2024 14:10:42 -0500 Subject: [PATCH] fix string and template --- src/features/governance/PositionCard.tsx | 2 +- src/locales/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/governance/PositionCard.tsx b/src/features/governance/PositionCard.tsx index 13650df31..6140b1a82 100644 --- a/src/features/governance/PositionCard.tsx +++ b/src/features/governance/PositionCard.tsx @@ -489,7 +489,7 @@ export const PositionCard = ({ message: t('gov.positions.delegateMessage', { amount: lockedTokens, symbol, - subDao: subDao.dntMetadata.name, + subdao: subDao.dntMetadata.name, }), instructions: ixs, }) diff --git a/src/locales/en.ts b/src/locales/en.ts index 5f17e59e5..93619cf94 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1376,7 +1376,7 @@ export default { transferMessage: 'Transfer {{amount}} {{symbol}} to the position with {{targetAmount}} {{symbol}}?', delegateMessage: - 'delegate {{amount}} {{symbol}} to the {{subdao}} subdao?', + 'delegate {{amount}} {{symbol}} to the {{subdao}} Subnetwork?', undelegateMessage: 'Undelegate {{amount}} {{symbol}}?', relinquishVotesMessage: 'Relinquish this positions votes?', },