From 69c6936c676398d86cfe4479dd921a73e4535e04 Mon Sep 17 00:00:00 2001 From: Ahhj93 <69793084+Ahhj93@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:26:39 +0200 Subject: [PATCH] =?UTF-8?q?:wrench:=20heure=20manqu=C3=A9e=20au=20singulie?= =?UTF-8?q?r=20lorsqu'il=20y=20qu'une=20seule=20heure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit _ --- src/views/schoollife/SchoollifeView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/schoollife/SchoollifeView.vue b/src/views/schoollife/SchoollifeView.vue index 52c6387..6e175ee 100644 --- a/src/views/schoollife/SchoollifeView.vue +++ b/src/views/schoollife/SchoollifeView.vue @@ -196,7 +196,7 @@
{{ miss.data.hours }} {{ this.loginService === 'ecoledirecte' ? '' : 'heures' }} manquées
+{{ miss.data.hours }} {{ this.loginService === 'ecoledirecte' ? '' : miss.data.hours === '1h00' ? 'heure' : 'heures' }} {{ miss.data.hours === '1h00' ? 'manquée' : 'manquées' }}