Skip to content

fix(localizations): add placeholder text for username field in en-US#8002

Open
petiteoh wants to merge 2 commits intomainfrom
fix/username-placeholder-en-us
Open

fix(localizations): add placeholder text for username field in en-US#8002
petiteoh wants to merge 2 commits intomainfrom
fix/username-placeholder-en-us

Conversation

@petiteoh
Copy link

@petiteoh petiteoh commented Mar 6, 2026

Description

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Summary by CodeRabbit

  • Bug Fixes
    • Updated English locale to display placeholder text "Enter your username" for the username input field.

@vercel
Copy link

vercel bot commented Mar 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clerk-js-sandbox Ready Ready Preview, Comment Mar 6, 2026 1:38pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Mar 6, 2026

🦋 Changeset detected

Latest commit: 0a4df08

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/localizations Patch
@clerk/ui Patch
@clerk/chrome-extension Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 6, 2026

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@8002

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@8002

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@8002

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@8002

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@8002

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@8002

@clerk/expo

npm i https://pkg.pr.new/@clerk/expo@8002

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@8002

@clerk/express

npm i https://pkg.pr.new/@clerk/express@8002

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@8002

@clerk/hono

npm i https://pkg.pr.new/@clerk/hono@8002

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@8002

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@8002

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@8002

@clerk/react

npm i https://pkg.pr.new/@clerk/react@8002

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@8002

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@8002

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@8002

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@8002

@clerk/ui

npm i https://pkg.pr.new/@clerk/ui@8002

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@8002

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@8002

commit: 0a4df08

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 6, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 2f9b927c-ab78-4121-b0fa-c018faa7e0fd

📥 Commits

Reviewing files that changed from the base of the PR and between 79d0ecf and 0a4df08.

📒 Files selected for processing (2)
  • .changeset/fix-username-placeholder-en-us.md
  • packages/localizations/src/en-US.ts

📝 Walkthrough

Walkthrough

This pull request adds a placeholder text for the username input field in the en-US localization. A changeset file is created to document a patch version bump for the @clerk/localizations package. The en-US localization resource is updated to set the formFieldInputPlaceholder__username field to 'Enter your username', replacing the previously undefined value. This ensures that the username form field displays appropriate placeholder text for English-US users.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding placeholder text for the username field in en-US localization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant