fix: typos

This commit is contained in:
Björn Fromme
2024-04-11 10:53:49 +02:00
parent eac50e0b0d
commit 71a1ad1e64
2 changed files with 2 additions and 2 deletions
@@ -151,7 +151,7 @@
</td>
<td>
<button type="button"
title="zusätzliche Apsprachen {{ disposition.teamer }}"
title="zusätzliche Absprachen {{ disposition.teamer }}"
hx-get="{{ path('app_administrative_disposition_special_agreements', { 'uuid': disposition.uuid }) }}"
hx-target="body"
hx-swap="beforeend">
@@ -1,6 +1,6 @@
{% extends 'htmx_modal.html.twig' %}
{% block title %}Zusätzliche Abspsprachen{% endblock %}
{% block title %}Zusätzliche Absprachen{% endblock %}
{% block content %}
{{ form_start(form) }}