Skip to content

Commit

Permalink
Survey: update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Dec 17, 2024
1 parent 90b4ae2 commit 0e61a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/survey-public/components/Email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export const Email: React.FC<Props> = ({ email, onClickMore }) => {
</div>
<div>
<SurveyP>
Ist Ihnen noch ein Hinweis eingefallen, den Sie mit uns teilen wolle? Unter dem Button
können Sie diesen nachreichen.
Ist Ihnen noch ein Hinweis eingefallen, den Sie mit uns teilen wollen? Unter dem Button
&quot;Zurück zur Beteiligung&quot; können Sie diesen nachreichen.
</SurveyP>
<SurveyButton onClick={onClickMore}>Mir ist noch etwas eingefallen</SurveyButton>
<SurveyButton onClick={onClickMore}>Zurück zur Beteiligung</SurveyButton>
</div>
</section>
)
Expand Down

0 comments on commit 0e61a4b

Please sign in to comment.