fix(confirmations): update bonus payout subtitle#26019
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The actual component code (title.tsx) is NOT modified - only the test file and the locale string. This is a low-risk change because:
E2E tests are not necessary for pure copy/text changes that don't affect functionality, especially when unit tests have been updated to cover the change. Performance Test Selection: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #26019 +/- ##
==========================================
+ Coverage 80.70% 81.14% +0.43%
==========================================
Files 4361 4391 +30
Lines 113120 113515 +395
Branches 24093 24377 +284
==========================================
+ Hits 91296 92114 +818
+ Misses 15476 15013 -463
- Partials 6348 6388 +40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Description
Updates the claim bonus subtitle copy to be more concise and natural-sounding.
Before: "Bonus payout will be on {{networkName}} Network."
After: "Bonus will be paid out on {{networkName}}."
Changelog
CHANGELOG entry: Updated mUSD claim bonus subtitle copy
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUSD-312
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
String-only localization copy change plus a matching test update; no logic, security, or data-handling behavior is modified.
Overview
Updates the
mUSDclaim bonus confirmation subtitle to a shorter, more natural sentence by changingearn.claim_bonus_subtitlefrom “Bonus payout will be on {{networkName}} Network.” to “Bonus will be paid out on {{networkName}}.”Adjusts the
Titlecomponent test to assert the new subtitle text for the Linea Mainnet case.Written by Cursor Bugbot for commit 428bdaf. This will update automatically on new commits. Configure here.