diff --git a/src/components/settings/ProposersList/index.tsx b/src/components/settings/ProposersList/index.tsx index ad43226dda..b71c3e490b 100644 --- a/src/components/settings/ProposersList/index.tsx +++ b/src/components/settings/ProposersList/index.tsx @@ -95,7 +95,7 @@ const ProposersList = () => { Proposers can suggest transactions but cannot approve or execute them. Signers should review and approve - transactions first. Learn more + transactions first. Learn more {isEnabled && ( diff --git a/src/config/constants.ts b/src/config/constants.ts index b5a7c61708..f596970469 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -82,7 +82,7 @@ export const HelpCenterArticle = { SPENDING_LIMITS: `${HELP_CENTER_URL}/en/articles/40842-set-up-and-use-spending-limits`, TRANSACTION_GUARD: `${HELP_CENTER_URL}/en/articles/40809-what-is-a-transaction-guard`, UNEXPECTED_DELEGATE_CALL: `${HELP_CENTER_URL}/en/articles/40794-why-do-i-see-an-unexpected-delegate-call-warning-in-my-transaction`, - DELEGATES: `${HELP_CENTER_URL}/en/articles/40799-what-is-a-delegate-key`, + PROPOSERS: `${HELP_CENTER_URL}/en/articles/235770-proposers`, PUSH_NOTIFICATIONS: `${HELP_CENTER_URL}/en/articles/99197-how-to-start-receiving-web-push-notifications-in-the-web-wallet`, SWAP_WIDGET_FEES: `${HELP_CENTER_URL}/en/articles/178530-how-does-the-widget-fee-work-for-native-swaps`, } as const