diff --git a/src/CoreBundle/Resources/views/Contact/index.html.twig b/src/CoreBundle/Resources/views/Contact/index.html.twig
index 5045fe9945..781141d270 100644
--- a/src/CoreBundle/Resources/views/Contact/index.html.twig
+++ b/src/CoreBundle/Resources/views/Contact/index.html.twig
@@ -47,7 +47,7 @@
{{ 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) }}