fix: MUSD-1165 Inconsistency with asset names#33140
Conversation
|
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. |
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 ecf9124. Configure here.
…ur crypto surfaces
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|




Description
The "Earn on your crypto" token rows on Money surfaces showed asset tickers (USDC, USDT, DAI) instead of full asset names, which was inconsistent with how the home page displays assets. Swapped the token row label to use
token.nameinstead oftoken.symbol.Changelog
CHANGELOG entry: Fixed asset names on the "Earn on your crypto" rows to display full names instead of tickers, consistent with the home page
Related issues
Fixes: MUSD-1165: Inconsistency with asset names
Manual testing steps
Screenshots/Recordings
Before
Token rows displayed asset symbols instead of names.
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Small UI label change in Money potential earnings with no auth, data, or business-logic impact beyond display text.
Overview
Earn on your crypto token rows on Money surfaces now show full asset names (e.g. USD Coin, Tether) instead of tickers, matching how assets appear on the home page.
PotentialEarningsTokenRowlabels usetoken.namewithtoken.symbolas fallback when the name is missing. Tests were updated for the new copy and for the empty-name fallback.Reviewed by Cursor Bugbot for commit 24eb3ee. Bugbot is set up for automated code reviews on this repo. Configure here.