Skip to content

Commit

Permalink
Merge pull request #131 from grundeinkommensbuero/joyponader-patch-4
Browse files Browse the repository at this point in the history
Joyponader patch 4
  • Loading branch information
joyponader authored Dec 7, 2023
2 parents 0054f45 + f43ec1b commit 7bf6472
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion components/TickerToSignup/SignupButtonAndTile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const getButtonText = (
}
// Hamburg
if (municipality.ags === '02000000') {
return `Ja, es soll weiter gehen!`;
return `Jetzt anmelden!`;
}
// Bremen
if (municipality.ags === '04011000') {
Expand Down
4 changes: 2 additions & 2 deletions components/TickerToSignup/Ticker/TickerMunicipality.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export const TickerMunicipality = () => {
prefixText="Schon"
highlight1={peopleCount}
inBetween1=""
inBetween2="Menschen aus "
inBetween2="Menschen in "
highlight2={municipality?.name}
inBetween3=" haben sich bei der Expedition Grundeinkommen angemeldet und holen so Grundeinkommen an ihren Wohnort."
inBetween3=" haben sich angemeldet, um Grundeinkommen an ihren Wohnort zu holen."
inviteText="Komm dazu."
suffixHighlight2=""
/>
Expand Down

0 comments on commit 7bf6472

Please sign in to comment.