Skip to content

Commit e7a25e8

Browse files
authored
fix(localizations): add placeholder text for username field in en-US (#8002)
1 parent d824e69 commit e7a25e8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export const enUS: LocalizationResource = {
221221
formFieldInputPlaceholder__organizationSlug: 'my-org',
222222
formFieldInputPlaceholder__password: 'Enter your password',
223223
formFieldInputPlaceholder__phoneNumber: 'Enter your phone number',
224-
formFieldInputPlaceholder__username: undefined,
224+
formFieldInputPlaceholder__username: 'Enter your username',
225225
formFieldInput__emailAddress_format: 'Example format: name@example.com',
226226
formFieldLabel__apiKey: 'API key',
227227
formFieldLabel__apiKeyDescription: 'Description',

0 commit comments

Comments
 (0)