chore: update wording
This commit is contained in:
@@ -59,7 +59,7 @@ class EditController extends AbstractController
|
||||
|
||||
if ($form->isSubmitted() && $form->isValid()) {
|
||||
$this->entityManager->flush();
|
||||
$this->addFlash('success', 'Der Ansprechpartner wurde aktualisiert');
|
||||
$this->addFlash('success', 'Die Ansprechperson wurde aktualisiert');
|
||||
$this->logger->info('Edit contact', [
|
||||
'contact_id' => $contact->getId(),
|
||||
'contact_name' => $contact->getName(),
|
||||
|
||||
Reference in New Issue
Block a user