From f609ddb315a5baf0bab8fb4b14489a29744a6f53 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 21 Nov 2023 07:58:45 +0100 Subject: [PATCH] change all instances of neuter to both --- .../Resources/public/vuejs/VisGraph/i18n.js | 2 +- .../public/vuejs/_components/Entity/PersonRenderBox.vue | 6 +++--- .../public/vuejs/_components/OnTheFly/Person.vue | 8 ++++---- .../ChillPersonBundle/Resources/public/vuejs/_js/i18n.js | 2 +- .../Resources/views/Entity/person.html.twig | 4 ++-- src/Bundle/ChillPersonBundle/translations/messages.fr.yml | 4 ++-- src/Bundle/ChillPersonBundle/translations/messages.nl.yml | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js index cee841d0c..962a2f97d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/VisGraph/i18n.js @@ -64,7 +64,7 @@ const visMessages = { placeholder: "Choisissez le genre de l'usager", woman: "Féminin", man: "Masculin", - neuter: "Neutre, non binaire", + both: "Neutre, non binaire", undefined: "Non renseigné" } }, diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue index ca9385990..100dc9caf 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue @@ -81,7 +81,7 @@
  • {{ $t('renderbox.no_data') }}

  • - +