feat: update message text

This commit is contained in:
Björn Fromme
2025-03-24 17:24:42 +01:00
parent 0fe110f808
commit 99b8be205a
@@ -179,8 +179,11 @@
{# Invoice paid #} {# Invoice paid #}
{% if workflow_has_marked_place(disposition, 'completed') %} {% if workflow_has_marked_place(disposition, 'completed') %}
<h3 class="text-xl font-bold pb-4"> <h3 class="text-xl font-bold pb-4">
Dein Honorar wurde überwiesen Danke für die Honorarnote
</h3> </h3>
<p class="pb-4">
Wir werden sie schnellstmöglich bearbeiten.
</p>
{% endif %} {% endif %}
<div class="pt-4"> <div class="pt-4">
@@ -190,4 +193,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}