Skip to content

Commit 2c550a8

Browse files
committed
change name of label
1 parent 3164efd commit 2c550a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/profile/ManageProfileComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const ManageProfileComponent: React.FC<ManageProfileComponentProps> = ({
8383
}}
8484
>
8585
<TextInput
86-
label="Display Name"
86+
label="Full Name"
8787
value={userProfile?.displayName || ''}
8888
onChange={(e) =>
8989
setUserProfile((prev) => prev && { ...prev, displayName: e.target.value })

0 commit comments

Comments
 (0)