Skip to content

Commit bc5dc34

Browse files
committed
fix(localizations): add placeholder text for username field in en-US
Made-with: Cursor
1 parent 79d0ecf commit bc5dc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)