Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix label issues on report form
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent f298775 commit 7b379dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/report.tsx
Expand Up @@ -237,7 +237,7 @@ export default function () {
<Heading mb="4vh">Report an Exploiter</Heading>
<br />
<FormControl isRequired>
<FormLabel>
<FormLabel htmlFor="usernames">
Username(s) - To specify more than one, provide a comma-delimited
list (User1, User2, User3...)
</FormLabel>
Expand Down

0 comments on commit 7b379dd

Please sign in to comment.