We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3164efd commit 2c550a8Copy full SHA for 2c550a8
src/ui/pages/profile/ManageProfileComponent.tsx
@@ -83,7 +83,7 @@ export const ManageProfileComponent: React.FC<ManageProfileComponentProps> = ({
83
}}
84
>
85
<TextInput
86
- label="Display Name"
+ label="Full Name"
87
value={userProfile?.displayName || ''}
88
onChange={(e) =>
89
setUserProfile((prev) => prev && { ...prev, displayName: e.target.value })
0 commit comments