From d00b76ffcd23aaead1018b2b8cf4124bca5feaf8 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Mon, 13 May 2024 12:16:07 +0200 Subject: [PATCH] =?UTF-8?q?$tc=20n'est=20plus=20support=C3=A9=20pour=20i18?= =?UTF-8?q?n=20composition=20api,=20il=20faut=20utiliser=20$t.=20FIX:=20Pe?= =?UTF-8?q?rson=20PersonRenderBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/vuejs/_components/Entity/PersonRenderBox.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 e44e10d63..2bd09eb1c 100644 --- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue +++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/_components/Entity/PersonRenderBox.vue @@ -52,9 +52,7 @@ {{ $t('renderbox.deathdate') + ' ' + deathdate }} - {{ - {{ $t('renderbox.years_old', { n: person.age }) }} - }} + {{ $t('renderbox.years_old', { n: person.age }) }}