diff --git a/components/Forms/SignUp/index.tsx b/components/Forms/SignUp/index.tsx index e9a18ab4..b3d8109c 100644 --- a/components/Forms/SignUp/index.tsx +++ b/components/Forms/SignUp/index.tsx @@ -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 diff --git a/components/TickerToSignup/SignupButtonAndTile/index.tsx b/components/TickerToSignup/SignupButtonAndTile/index.tsx index 696b3f6b..e4c793f0 100644 --- a/components/TickerToSignup/SignupButtonAndTile/index.tsx +++ b/components/TickerToSignup/SignupButtonAndTile/index.tsx @@ -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') { diff --git a/components/TickerToSignup/Ticker/TickerMunicipality.tsx b/components/TickerToSignup/Ticker/TickerMunicipality.tsx index 2f02455a..1b679967 100644 --- a/components/TickerToSignup/Ticker/TickerMunicipality.tsx +++ b/components/TickerToSignup/Ticker/TickerMunicipality.tsx @@ -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="" />