Skip to content

fix: choosePassword description update for ios and social-login user. cp-7.57.0#21258

Merged
himanshuchawla009 merged 2 commits into
release/7.57.0from
fix-choose-password-ui-change
Oct 16, 2025
Merged

fix: choosePassword description update for ios and social-login user. cp-7.57.0#21258
himanshuchawla009 merged 2 commits into
release/7.57.0from
fix-choose-password-ui-change

Conversation

@grvgoel81

@grvgoel81 grvgoel81 commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

Description

Changelog

CHANGELOG entry: choosePassword description update for ios and social-login user

Related issues

Fixes: choosePassword description update for ios and social-login user
#21022

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

https://www.figma.com/design/pViOUcmjwhEzFsdrwknpNc/Onboarding?node-id=12501-102542&m=dev

After

Screen.Recording.2025-10-16.at.12.15.12.PM.mov

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

Makes OAuth success description on ChoosePassword platform-specific (iOS vs Android) and adds corresponding test and i18n string.

  • ChoosePassword view (app/components/Views/ChoosePassword/index.js):
    • Platform-specific OAuth success description:
      • iOS: uses choose_password.description_social_login_update_ios (single sentence).
      • Android: keeps choose_password.description_social_login_update with separate warning text (description_social_login_update_bold).
  • Tests (app/components/Views/ChoosePassword/index.test.tsx):
    • Import Platform; add iOS-specific description test to validate new copy when oauthLoginSuccess is true on iOS.
  • Locales (locales/languages/en.json):
    • Add choose_password.description_social_login_update_ios string.

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

@grvgoel81 grvgoel81 requested a review from a team October 16, 2025 08:20
@grvgoel81 grvgoel81 self-assigned this Oct 16, 2025
@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.

@grvgoel81 grvgoel81 changed the title fix: choosePassword description update for ios and social-login user fix: choosePassword description update for ios and social-login user. cp-7.57.0 Oct 16, 2025
@github-actions github-actions Bot added size-M and removed size-S labels Oct 16, 2025
@sonarqubecloud

Copy link
Copy Markdown

@vpintorico vpintorico linked an issue Oct 16, 2025 that may be closed by this pull request
9 tasks
@himanshuchawla009 himanshuchawla009 merged commit 3af674b into release/7.57.0 Oct 16, 2025
120 of 124 checks passed
@himanshuchawla009 himanshuchawla009 deleted the fix-choose-password-ui-change branch October 16, 2025 11:00
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 16, 2025
@metamaskbot metamaskbot added the release-7.57.0 Issue or pull request that will be included in release 7.57.0 label Oct 22, 2025
@metamaskbot

Copy link
Copy Markdown
Collaborator

No release label on PR. Adding release label release-7.57.0 on PR, as PR was added to branch 7.57.0 when release was cut.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-onboarding release-7.57.0 Issue or pull request that will be included in release 7.57.0 size-M team-onboarding Onboarding team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS “Create Password” screen shows social‑login description incorrectly

3 participants