chore: rename fields

This commit is contained in:
Björn Fromme
2024-07-15 16:12:55 +02:00
parent fa9c68c463
commit 1cb0227d1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class AssignmentType extends AbstractType
}
])
->add('jobProfileInfo', TextareaType::class, [
'label' => 'Jobprofil Zusatzinfo',
'label' => 'Zusatzinfos',
'required' => false,
'attr' => [
'rows' => 3,
@@ -31,7 +31,7 @@
</div>
<div class="py-6 first:pt-0 last:pb-0 sm:grid sm:grid-cols-3 sm:gap-4">
<dt class="text-sm font-bold leading-6 text-gray-900">
Anmerkungen
Anmerkungen intern
</dt>
<dd class="mt-1 text-sm leading-6 text-gray-700 sm:col-span-2 sm:mt-0">
{{ assignment.remarks|nl2br|default('-') }}