Skip to content

Commit 1ddd6b1

Browse files
committed
fix: change username title label on onboarding
1 parent a0c1138 commit 1ddd6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/onboarding-ui/src/forms/AdminInfoForm/AdminInfoForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const AdminInfoForm = ({
8181
<FieldGroup>
8282
<Field>
8383
<Field.Label htmlFor={fullnameField}>
84-
{t('form.adminInfoForm.fields.fullName.placeholder')}
84+
{t('form.adminInfoForm.fields.fullName.label')}
8585
</Field.Label>
8686
<Field.Row>
8787
<TextInput

0 commit comments

Comments
 (0)