Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fix-username-placeholder-en-us.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Add placeholder text "Enter your username" for username field in en-US locale
2 changes: 1 addition & 1 deletion packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const enUS: LocalizationResource = {
formFieldInputPlaceholder__organizationSlug: 'my-org',
formFieldInputPlaceholder__password: 'Enter your password',
formFieldInputPlaceholder__phoneNumber: 'Enter your phone number',
formFieldInputPlaceholder__username: undefined,
formFieldInputPlaceholder__username: 'Enter your username',
formFieldInput__emailAddress_format: 'Example format: name@example.com',
formFieldLabel__apiKey: 'API key',
formFieldLabel__apiKeyDescription: 'Description',
Expand Down
Loading