Skip to content

Commit 35450aa

Browse files
Update page.tsx
1 parent e2793d0 commit 35450aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/register/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function RegisterPage() {
117117
<Label htmlFor="lastName">שם משפחה</Label>
118118
<Input
119119
id="lastName"
120-
placeholder="כהן"
120+
placeholder="לוי"
121121
value={formData.lastName}
122122
className="text-right"
123123
onChange={(e) => handleChange("lastName", e.target.value)}

0 commit comments

Comments
 (0)