From d5d69bbb8675719e344c2984cb276c465a43097a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 28 May 2021 10:08:48 +0200 Subject: [PATCH] =?UTF-8?q?modificaiton=20label=20'd=C3=A9m=C3=A9nagement'?= =?UTF-8?q?=20=3D>=20'nouvelle=20adresse'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChillPersonBundle/Resources/translations/messages.fr.yml | 2 +- .../ChillPersonBundle/Resources/views/Address/list.html.twig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/translations/messages.fr.yml b/src/Bundle/ChillPersonBundle/Resources/translations/messages.fr.yml index 784d121d7..da30718f6 100644 --- a/src/Bundle/ChillPersonBundle/Resources/translations/messages.fr.yml +++ b/src/Bundle/ChillPersonBundle/Resources/translations/messages.fr.yml @@ -147,7 +147,7 @@ New address for %name% : Nouvelle adresse pour %name% The new address was created successfully: La nouvelle adresse a été créée Add an address: Ajouter une adresse Back to the person details: Retour aux détails de la personne -Move to another address: Déménagement +Move to another address: Nouvelle adresse #timeline Timeline: Historique diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Address/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Address/list.html.twig index 87e8924e3..0f4bb6fde 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Address/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Address/list.html.twig @@ -74,9 +74,9 @@
  • - {{ 'Add an address'|trans }} + {{ 'Move to another address'|trans }}
  • -{% endblock personcontent %} \ No newline at end of file +{% endblock personcontent %}