feat(card): update cashback to mUSD back on Card feature#29683
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
…tor/mm-card-rename-cashback-to-musd-back
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 663913a. Configure here.
|
Matt561
approved these changes
May 5, 2026
10 tasks
klejeune
approved these changes
May 6, 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
Updates Card feature user-facing terminology from "cashback" to "mUSD back" to align with product language.
Why: The term "cashback" was used inconsistently and doesn't reflect the actual reward mechanism (mUSD tokens).
What changed: 11 locale strings in the English translation file were updated. Internal code (variable names, function names, routes, types) remains unchanged to maintain flexibility if the reward token changes in the future.
Changelog
CHANGELOG entry: Updated Card feature to display "mUSD back" instead of "cashback" in all user-facing text
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
N/A - Text-only changes in locale file. Strings previously displayed "cashback", "Cashback", "cash back" variants.
After
Updated strings:
Pre-merge author checklist
Performance checks (if applicable)
Pre-merge reviewer checklist
Note
Low Risk
Low risk copy-only change: updates English locale strings and a couple of UI tests to reflect new wording, with no logic, API, or data-flow changes.
Overview
Updates MetaMask Card user-facing copy to use “mUSD back” terminology instead of “cashback” across card marketing, benefits, manage options, and the rewards/withdrawal screen via
locales/languages/en.json.Adjusts related UI tests (
Cashback.test.tsx,MoneyWhatYouGet.test.tsx) to assert the new strings (e.g., “Available mUSD”, “1-3% mUSD back”).Reviewed by Cursor Bugbot for commit 663913a. Bugbot is set up for automated code reviews on this repo. Configure here.