Skip to content

Commit

Permalink
Merge pull request #246 from roodjong/show-full-name-label
Browse files Browse the repository at this point in the history
Show full name instead of name label
  • Loading branch information
pingiun authored May 21, 2024
2 parents 2aa0252 + 9567c51 commit 11a1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PetitionCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function PetitionCard(props: Props) {
</p>
)}
<div>
<label htmlFor={nameId}>Naam:</label>
<label htmlFor={nameId}>Volledige naam:</label>
</div>
<div>
<input
Expand Down

0 comments on commit 11a1e76

Please sign in to comment.