We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3c2bf commit 296f52eCopy full SHA for 296f52e
2 files changed
.changeset/fix-en-gb-username-placeholder.md
@@ -0,0 +1,5 @@
1
+---
2
+"@clerk/localizations": patch
3
4
+
5
+Fix en-GB username field placeholder (was showing literal "undefined" instead of "Enter your username")
packages/localizations/src/en-GB.ts
@@ -223,7 +223,7 @@ export const enGB: LocalizationResource = {
223
formFieldInputPlaceholder__organizationSlug: 'my-org',
224
formFieldInputPlaceholder__password: 'Enter your password',
225
formFieldInputPlaceholder__phoneNumber: 'Enter your phone number',
226
- formFieldInputPlaceholder__username: undefined,
+ formFieldInputPlaceholder__username: 'Enter your username',
227
formFieldInput__emailAddress_format: undefined,
228
formFieldLabel__apiKey: 'API key',
229
formFieldLabel__apiKeyDescription: 'Description',
0 commit comments