Skip to content

Commit

Permalink
fix(#273): update placeholder values for registration input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinaMurg committed Oct 21, 2024
1 parent 0d380b2 commit 8429c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(main)/register/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const Register = (): JSX.Element => {
<Input
data-testid="email"
type="email"
placeholder="Enter your email"
placeholder="Your email"
{...field}
/>
</FormControl>
Expand All @@ -198,7 +198,7 @@ const Register = (): JSX.Element => {
<Input
data-testid="password"
type="password"
placeholder="Enter your password"
placeholder="Your password"
{...field}
/>
</FormControl>
Expand Down

0 comments on commit 8429c4a

Please sign in to comment.