Skip to content

Add CTA to let users know they can paste mnemonic phrase into box#2803

Open
leofelix077 wants to merge 2 commits into
masterfrom
feature/improve-onboarding-paste-copy
Open

Add CTA to let users know they can paste mnemonic phrase into box#2803
leofelix077 wants to merge 2 commits into
masterfrom
feature/improve-onboarding-paste-copy

Conversation

@leofelix077
Copy link
Copy Markdown
Collaborator

Closes #2494

Quick-fix: Adds a new line of text to let users know they can paste their phrase on the first box

Didn't change the first line text, as it was understood from the conversation that the intention was to only add the sub text, not the original first line

Screenshot 2026-05-22 at 10 38 27

@leofelix077 leofelix077 self-assigned this May 22, 2026
Copilot AI review requested due to automatic review settings May 22, 2026 13:47
@leofelix077 leofelix077 added the don't review yet wip / tests in progress / missing videos or screenshots / pending self code-review label May 22, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds user-facing guidance in the Recover Account flow to make the existing “paste full mnemonic into first input to auto-fill” behavior discoverable (Issue #2494).

Changes:

  • Updates the Recover Account screen copy to include a second line indicating the mnemonic can be pasted into the first box.
  • Adds the new CTA string to English and Portuguese locale files (and updates the existing mnemonic prompt key to include a trailing period).
  • Updates Playwright e2e tests/helpers to assert the new CTA is visible on the import screen.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
extension/src/popup/views/RecoverAccount/index.tsx Adds a second line of localized body text advertising the paste-to-autofill behavior.
extension/src/popup/locales/en/translation.json Adds the new CTA string and updates the mnemonic prompt key/value punctuation.
extension/src/popup/locales/pt/translation.json Adds the new CTA string and updates the mnemonic prompt key/value punctuation.
extension/e2e-tests/onboarding.test.ts Asserts the new CTA text is visible across import-related onboarding flows.
extension/e2e-tests/helpers/onboarding.ts Extends the shared import-flow helper to assert the CTA is present.
extension/e2e-tests/helpers/login.ts Extends login helper’s import flow assertion to include the CTA.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 22, 2026

PR Preview build is ready: https://github.com/stellar/freighter/releases/tag/untagged-2594fa59cfa495d12582 (SDF collaborators only — install instructions in the release description)

@leofelix077 leofelix077 added enhancement New feature or request and removed don't review yet wip / tests in progress / missing videos or screenshots / pending self code-review labels May 22, 2026
@leofelix077 leofelix077 requested review from CassioMG and piyalbasu May 22, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CTA that lets users know they can paste into recover account

2 participants