fix(MUSD-880): update link card description #30967
Merged
Merged
Conversation
…d earn on purchases.'
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e3a7116. Configure here.
…trings are identical
Matt561
previously approved these changes
Jun 2, 2026
Brunonascdev
approved these changes
Jun 3, 2026
Matt561
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
The description copy shown in the "Link your MetaMask Card" stepper step and the card link section on the Money home screen was verbose and referenced APY in a way that could be confusing. This PR updates four i18n strings in
en.jsonto the approved copy:"Spend your balance and earn on purchases."— applied to both the virtual and metal card onboarding step descriptions, and thelink_subtitle/link_subtitle_no_apykeys in themetamask_cardsection.Changelog
CHANGELOG entry: null
Related issues
Fixes: MUSD-880
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
Pre-merge reviewer checklist
Note
Low Risk
User-visible string changes only in en.json and tests; no logic or security impact.
Overview
Updates English copy for MetaMask Card “link” and Money onboarding surfaces so messaging is shorter and less APY-heavy.
Onboarding (step 2) descriptions for both “no card” and “unlinked card” now use “Spend your balance and earn on purchases.” instead of the longer Mastercard / earn-while-it-earns wording.
Link card UI (
money.metamask_card):link_subtitleandlink_subtitle_no_apyboth use that same line (the subtitle no longer embeds APY). The APY bullet adds a ~ prefix: “Earn up to ~{{apy}}% APY (variable)”.Tests in
CardHome.test.tsxandMoneyMetaMaskCard.test.tsxare aligned with the new strings; the no-APY link-mode test drops a redundant absence check now that subtitle keys share identical copy.Reviewed by Cursor Bugbot for commit 1c50530. Bugbot is set up for automated code reviews on this repo. Configure here.