Skip to content

Commit

Permalink
HiH: Change labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Nov 21, 2024
1 parent a98188d commit 88653e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __construct(string $scopePrefix) {
),
new JsonFormsControl(
"$scopePrefix/ansprechpartner/properties/telefonnummer",
'Telefonnummer'
'Telefonnummer *'
),
new JsonFormsControl(
"$scopePrefix/ansprechpartner/properties/email",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(string $scopePrefix) {
new JsonFormsControl(
"$scopePrefix/kurzbeschreibung",
<<<EOD
Bitte beschreiben Sie ihr Projekt. Gehen Sie dabei besonders darauf ein, was Sie
Bitte beschreiben Sie Ihr Projekt. Gehen Sie dabei besonders darauf ein, was Sie
konkret mit der Förderung umsetzen wollen: (max. 1800 Zeichen mit Leerzeichen)
EOD, NULL, ['multi' => TRUE]
),
Expand Down

0 comments on commit 88653e1

Please sign in to comment.