Skip to content

Commit

Permalink
1530: Change warning text in the application form
Browse files Browse the repository at this point in the history
  • Loading branch information
seluianova committed Jul 10, 2024
1 parent ff67eef commit 235ae40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ const OrganizationForm: Form<State, Options, ValidatedInput, AdditionalProps> =
</Typography>
{applicantName === state.contactName.shortText && (
<WarningContactPersonSamePerson severity='warning'>
Die Kontaktperson in der Organisation darf nicht der Antragssteller sein.
Die Kontaktperson der Organisation und die antragsstellende Person scheinen identisch zu sein. Bitte beachten
Sie, dass Anträge auf dieser Grundlage nicht bewilligt werden können.
</WarningContactPersonSamePerson>
)}
<ShortTextForm.Component
Expand Down

0 comments on commit 235ae40

Please sign in to comment.