Skip to content

fix(confirmations): update bonus payout subtitle#26019

Merged
PatrykLucka merged 1 commit intomainfrom
MUSD-312-update-header-copy-on-claim-bottom-sheet
Feb 13, 2026
Merged

fix(confirmations): update bonus payout subtitle#26019
PatrykLucka merged 1 commit intomainfrom
MUSD-312-update-header-copy-on-claim-bottom-sheet

Conversation

@PatrykLucka
Copy link
Copy Markdown
Contributor

@PatrykLucka PatrykLucka commented Feb 12, 2026

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

Feature: mUSD Claim Bonus Subtitle

  Scenario: user views claim bonus confirmation screen
    Given user has mUSD tokens with claimable yield rewards
    And user is on the mUSD token details screen

    When user taps the "Claim" button to claim bonus
    Then the confirmation screen displays "Claim bonus" as the title
    And the subtitle shows "Bonus will be paid out on Linea."

Screenshots/Recordings

Before

After

Screenshot 2026-02-12 at 16 55 22

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

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 mUSD claim bonus confirmation subtitle to a shorter, more natural sentence by changing earn.claim_bonus_subtitle from “Bonus payout will be on {{networkName}} Network.” to “Bonus will be paid out on {{networkName}}.”

Adjusts the Title component 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.

@PatrykLucka PatrykLucka self-assigned this Feb 12, 2026
@github-actions
Copy link
Copy Markdown
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.

@metamaskbot metamaskbot added the team-mobile-ux Mobile UX team label Feb 12, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Smart E2E Test Selection

  • Selected E2E tags: None (no tests recommended)
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 95%
click to see 🤖 AI reasoning details

E2E Test Selection:
This PR contains only a copy/text change to a localization string and its corresponding unit test update:

  1. locales/languages/en.json: Changed the claim_bonus_subtitle string from "Bonus payout will be on {{networkName}} Network." to "Bonus will be paid out on {{networkName}}." - This is purely a wording improvement with no functional impact.

  2. title.test.tsx: Updated the test assertion to match the new string text.

The actual component code (title.tsx) is NOT modified - only the test file and the locale string. This is a low-risk change because:

  • No logic or behavior changes
  • No UI component changes
  • No navigation or flow changes
  • The unit test has been properly updated to verify the new string
  • The change is isolated to a single localization string used in the Earn/claim bonus confirmation subtitle

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:
This PR only changes a localization string and its corresponding unit test. There are no changes to UI rendering, data loading, state management, or any code paths that could impact app performance. No performance tests are needed.

View GitHub Actions results

@PatrykLucka PatrykLucka marked this pull request as ready for review February 12, 2026 16:06
@PatrykLucka PatrykLucka requested a review from a team as a code owner February 12, 2026 16:06
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.14%. Comparing base (fdc50e0) to head (428bdaf).
⚠️ Report is 90 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

@PatrykLucka PatrykLucka added this pull request to the merge queue Feb 13, 2026
Merged via the queue into main with commit 68a3041 Feb 13, 2026
78 checks passed
@PatrykLucka PatrykLucka deleted the MUSD-312-update-header-copy-on-claim-bottom-sheet branch February 13, 2026 11:47
@github-actions github-actions bot locked and limited conversation to collaborators Feb 13, 2026
@metamaskbot metamaskbot added the release-7.67.0 Issue or pull request that will be included in release 7.67.0 label Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

release-7.67.0 Issue or pull request that will be included in release 7.67.0 size-XS team-mobile-ux Mobile UX team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants