We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d824e69 commit e7a25e8Copy full SHA for e7a25e8
2 files changed
.changeset/fix-username-placeholder-en-us.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/localizations': patch
3
4
+
5
+Add placeholder text "Enter your username" for username field in en-US locale
packages/localizations/src/en-US.ts
@@ -221,7 +221,7 @@ export const enUS: LocalizationResource = {
221
formFieldInputPlaceholder__organizationSlug: 'my-org',
222
formFieldInputPlaceholder__password: 'Enter your password',
223
formFieldInputPlaceholder__phoneNumber: 'Enter your phone number',
224
- formFieldInputPlaceholder__username: undefined,
+ formFieldInputPlaceholder__username: 'Enter your username',
225
formFieldInput__emailAddress_format: 'Example format: name@example.com',
226
formFieldLabel__apiKey: 'API key',
227
formFieldLabel__apiKeyDescription: 'Description',
0 commit comments