Platform: fix variable translation in contact form - refs BT#20920

pull/4997/head
NicoDucou 2 years ago
parent f28ce26657
commit e6e7074246
  1. 2
      src/CoreBundle/Resources/views/Contact/index.html.twig

@ -47,7 +47,7 @@
<div class="flex items-center justify-center mb-6">
{{ form_widget(form.termsAccepted, {'attr': {'class': 'mr-2 leading-tight'}}) }}
{{ form_label(form.termsAccepted, 'By checking this box, I confirm that I accept the data processing by OFAJ') }}
{{ form_label(form.termsAccepted, 'By checking this box, I confirm that I accept the data processing by the platform' | trans) }}
</div>
<div class="terms-container">

Loading…
Cancel
Save