Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader committed Dec 7, 2023
1 parent 874588d commit f43ec1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Forms/SignUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ const getNudgeBoxLabel = (municipality: Municipality | null): string => {

// Hamburg
if (municipality?.ags === '02000000') {
return 'Ja, ich will, dass Hamburg an dem Modellversuch teilnimmt.';
return 'Ja, ich will, dass Hamburg einen Modellversuch bekommt.';
}

// Bremen
Expand Down

0 comments on commit f43ec1b

Please sign in to comment.