Skip to content

feat: rename magic link button and page title to 'Sign in with e-mail' - #56

Merged
mroderick merged 1 commit into
mainfrom
feat/rename-send-magic-link-button
Aug 6, 2026
Merged

feat: rename magic link button and page title to 'Sign in with e-mail'#56
mroderick merged 1 commit into
mainfrom
feat/rename-send-magic-link-button

Conversation

@mroderick

@mroderick mroderick commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Problem

The login form button read "Send magic link", but "magic link" is jargon — not everyone knows the term. "E-mail" is universally understood.

Change

Rename the button text to "Sign in with e-mail" in both places it appears:

  • The MagicLinkButton component on the sign-in page (src/app/components/login.js)
  • The magic-link form's submit button (src/app/routes/auth.js)

The route paths, page heading, and functionality are unchanged — only the visible label.

Tests

Extended the magic-link page render test to assert the new button text appears. All 12 feature assertions pass; Prettier and ESLint clean.

Also changed

Reworded the magic-link page <title> from "Magic Link Login" to "Sign in with e-mail" to keep all user-facing copy free of magic-link jargon. (The h1 heading was already "Sign In".)
Also reworded the expired-link error message to "The sign-in link has expired or already been used" (src/app/routes/auth.js).

@mroderick mroderick changed the title feat: rename magic link button to 'Sign in with e-mail' feat: rename magic link button and page title to 'Sign in with e-mail' Aug 6, 2026
@mroderick
mroderick force-pushed the feat/rename-send-magic-link-button branch from 18aee25 to 9eec6be Compare August 6, 2026 09:39
@mroderick
mroderick marked this pull request as ready for review August 6, 2026 09:48
till
till previously approved these changes Aug 6, 2026
@mroderick
mroderick force-pushed the feat/rename-send-magic-link-button branch from 9eec6be to 521f201 Compare August 6, 2026 13:05
@mroderick
mroderick force-pushed the feat/rename-send-magic-link-button branch from 521f201 to 7d5f9c4 Compare August 6, 2026 13:11
@mroderick
mroderick enabled auto-merge August 6, 2026 13:15
@mroderick
mroderick requested a review from till August 6, 2026 13:15
@mroderick

Copy link
Copy Markdown
Collaborator Author

I resolved a conflict. Can I have another ✅ @till ?

@mroderick
mroderick merged commit a183ee3 into main Aug 6, 2026
7 checks passed
@mroderick
mroderick deleted the feat/rename-send-magic-link-button branch August 6, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants