FIX [translations][wording] make distinction between parties concernees for an activity and an appointment in the translations

This commit is contained in:
2023-02-10 11:30:26 +01:00
parent 6d2c6fb6e1
commit f653f8fd7a
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<div id="mainUser"></div> {# <=== vue component: mainUser #}
<h2 class="chill-red">{{ 'Concerned groups'|trans }}</h2>
<h2 class="chill-red">{{ 'Concerned groups calendar'|trans }}</h2>
{%- if form.persons is defined -%}
{{ form_widget(form.persons) }}