From 784a725ce39e3772cb0c67700d0adbb5ce6aad03 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 4 May 2022 09:34:16 +0200 Subject: [PATCH] fix translation --- .../ChillActivityBundle/Resources/views/Activity/show.html.twig | 2 +- src/Bundle/ChillActivityBundle/translations/messages.fr.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig index 1cb501817..65134a754 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/show.html.twig @@ -184,7 +184,7 @@ {% if t.privateCommentLabel is not empty %}
{{ t.privateCommentLabel }}
{% else %} -
{{ 'activity.private comment'|trans }}
+
{{ 'Private comment'|trans }}
{% endif %}
diff --git a/src/Bundle/ChillActivityBundle/translations/messages.fr.yml b/src/Bundle/ChillActivityBundle/translations/messages.fr.yml index 80de45c2d..55c062a4a 100644 --- a/src/Bundle/ChillActivityBundle/translations/messages.fr.yml +++ b/src/Bundle/ChillActivityBundle/translations/messages.fr.yml @@ -44,6 +44,7 @@ Received: Recevoir by: 'Par ' location: Lieu Reasons: Sujets +Private comment: Commentaire privé #forms