chore: update wording
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{% extends 'admin/layout.html.twig' %}
|
||||
|
||||
{% block title %}Ansprechpartner{% endblock %}
|
||||
{% block title %}Ansprechperson{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="text-2xl font-bold pb-8">
|
||||
Ansprechpartner
|
||||
Ansprechperson
|
||||
</h1>
|
||||
<div class="data-table-wrapper">
|
||||
<div class="data-table-wrapper__inner">
|
||||
@@ -42,7 +42,7 @@
|
||||
{{ stimulus_controller('modal-button', [], [], {'confirmation-modal': '#confirmation-modal'}) }}
|
||||
{{ stimulus_action('modal-button', 'confirmation', null, {
|
||||
'title': 'Bist du sicher?',
|
||||
'content': 'Möchtest du den Ansprechpartner wirklich löschen?',
|
||||
'content': 'Möchtest du die Ansprechperson wirklich löschen?',
|
||||
'target-url': path('app_admin_system_contact_delete', { 'id': contact.id })
|
||||
}) }}>
|
||||
{{ icon('delete') }}
|
||||
@@ -50,7 +50,7 @@
|
||||
<button type="button"
|
||||
{{ stimulus_controller('modal-button', [], [], {'ajax-modal': '#ajax-modal'}) }}
|
||||
{{ stimulus_action('modal-button', 'ajax', null, {
|
||||
'title': 'Ansprechpartner bearbeiten',
|
||||
'title': 'Ansprechperson bearbeiten',
|
||||
'url': path('app_admin_system_contact_edit', { 'id': contact.id })
|
||||
}) }}>
|
||||
{{ icon('edit') }}
|
||||
@@ -73,7 +73,7 @@
|
||||
class="btn"
|
||||
{{ stimulus_controller('modal-button', [], [], {'ajax-modal': '#ajax-modal'}) }}
|
||||
{{ stimulus_action('modal-button', 'ajax', null, {
|
||||
'title': 'Ansprechpartner hinzufügen',
|
||||
'title': 'Ansprechperson hinzufügen',
|
||||
'url': path('app_admin_system_contact_create')
|
||||
}) }}>
|
||||
Neu
|
||||
|
||||
Reference in New Issue
Block a user