Skip to content

Conversation

@Matt561
Copy link
Contributor

@Matt561 Matt561 commented Jan 20, 2026

Description

Updates copy for the mUSD conversion education screen.

Changelog

CHANGELOG entry: updated copy for the mUSD conversion education screen.

Related issues

Fixes: MUSD-227: Update splash page

Manual testing steps

Feature: mUSD conversion education messaging

  Scenario: user views mUSD conversion education screen
    Given user opens the mUSD conversion education screen

    When the education content is displayed
    Then the heading shows the current mUSD conversion APY percentage
    And the description mentions the bonus percentage
    And the primary call to action says "Get Started"

Screenshots/Recordings

Before

After

image

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

Refreshes mUSD conversion education content and wires in dynamic APY.

  • Injects MUSD_CONVERSION_APY into heading and description in EarnMusdConversionEducationView
  • Updates i18n strings (heading, description, primary_button) in en.json and changes CTA to "Get Started"
  • Aligns tests to expect interpolated strings and new CTA

Written by Cursor Bugbot for commit 4f34b1d. This will update automatically on new commits. Configure here.

@Matt561 Matt561 added No QA Needed Apply this label when your PR does not need any QA effort. team-earn labels Jan 20, 2026
@Matt561 Matt561 marked this pull request as ready for review January 20, 2026 18:39
@Matt561 Matt561 requested a review from a team as a code owner January 20, 2026 18:39
@github-actions
Copy link
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.

@github-actions
Copy link
Contributor

🔍 Smart E2E Test Selection

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

The changes are purely cosmetic text/copy updates to the mUSD conversion education view:

  1. EarnMusdConversionEducationView/index.tsx: Minor change to pass a percentage parameter (MUSD_CONVERSION_APY = 3) to localized strings for dynamic display in heading and description.

  2. EarnMusdConversionEducationView/index.test.tsx: Unit test updates to match the new string format with percentage parameter.

  3. locales/languages/en.json: Updated localization strings - heading changed to "GET {{percentage}}% ON STABLECOINS", description updated with percentage, and button text changed from "Convert to mUSD" to "Get Started".

Key observations:

  • No functional logic changes - only text/copy updates
  • The MUSD_CONVERSION_APY constant already exists and is just being used in new places
  • No changes to navigation, core wallet functionality, or critical paths
  • No E2E tests exist for the mUSD conversion education view (verified by searching e2e/specs)
  • Changes are self-contained within the Earn feature's education view
  • No shared components are affected
  • Unit tests are updated to cover the changes

This is a low-risk change that doesn't require E2E test execution.

View GitHub Actions results

@sonarqubecloud
Copy link

@Matt561 Matt561 added this pull request to the merge queue Jan 20, 2026
Merged via the queue into main with commit d7e6154 Jan 20, 2026
81 checks passed
@Matt561 Matt561 deleted the fix/musd-227-update-splash-page-copy branch January 20, 2026 20:08
@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2026
@metamaskbot metamaskbot added the release-7.63.0 Issue or pull request that will be included in release 7.63.0 label Jan 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

No QA Needed Apply this label when your PR does not need any QA effort. release-7.63.0 Issue or pull request that will be included in release 7.63.0 size-S team-earn

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants