Skip to content

Commit

Permalink
enhancement: change partner name to organisation name in signup form
Browse files Browse the repository at this point in the history
  • Loading branch information
onehanddev committed Nov 27, 2024
1 parent de5b2d8 commit 8f7951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/auth/signup/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ const TokenSignUpForm: FC = () => {
name="partnerName"
render={({ field }) => (
<FormItem>
<FormLabel>Partner</FormLabel>
<FormLabel>Organization</FormLabel>
<FormControl>
<Input
autoFocus
placeholder="Enter partner name"
placeholder="Enter organization name"
{...field}
/>
</FormControl>
Expand Down

0 comments on commit 8f7951e

Please sign in to comment.