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 1b692a5 commit 77255a0Copy full SHA for 77255a0
src/ui/pages/organization/ManageOrganizationForm.tsx
@@ -455,8 +455,8 @@ export const ManageOrganizationForm: React.FC<ManageOrganizationFormProps> = ({
455
/>
456
<TextInput
457
label="Lead Email"
458
- description="Please use their Illinois email!"
459
- placeholder="email@illinois.edu"
+ description="The lead's @illinois.edu email"
+ placeholder="user@illinois.edu"
460
value={newLeadEmail}
461
onChange={(e) => setNewLeadEmail(e.currentTarget.value)}
462
0 commit comments