Skip to content

Commit

Permalink
Ajustement de wording (parler de TD au lieu de diag)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 27, 2025
1 parent 9f0022e commit b4807d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions frontend/src/views/CanteenEditor/DashboardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</p>
</div>
<div v-else>
<p class="mb-8">Parmi les {{ statistics.diagnosticsCount }} cantines qui ont commencé un diagnostic&nbsp;:</p>
<p class="mb-8">Parmi les {{ statistics.diagnosticsCount }} cantines qui ont télédéclaré&nbsp;:</p>
<v-row class="px-2">
<v-col class="pl-0 pr-1" cols="12" sm="6" md="4">
<v-card class="fill-height text-center pt-4 pb-2 px-3 d-flex flex-column" outlined>
Expand Down Expand Up @@ -89,9 +89,7 @@
<h3 class="text-h6 font-weight-bold mt-10 mb-2">
Ces cantines ont aussi réalisé les mesures suivantes en {{ year }}
</h3>
<p class="mb-8">
Parmi les mêmes {{ statistics.diagnosticsCount }} cantines qui ont commencé un diagnostic&nbsp;:
</p>
<p class="mb-8">Parmi les mêmes {{ statistics.diagnosticsCount }} cantines&nbsp;:</p>
<v-row class="my-8">
<v-col cols="12" sm="6" md="5" v-for="measure in otherMeasures" :key="measure.id" class="mb-4">
<BadgeCard :measure="measure" :percentageAchieved="statistics[measure.badgeId + 'Percent']" />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/PublicCanteenStatisticsPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</p>
</div>
<div v-else>
<p class="mb-8">Parmi les {{ statistics.diagnosticsCount }} diagnostics validés&nbsp;:</p>
<p class="mb-8">Parmi les {{ statistics.diagnosticsCount }} cantines qui ont télédéclaré&nbsp;:</p>
<v-row class="px-2">
<v-col class="pl-0 pr-1" cols="12" sm="6" md="4">
<v-card class="fill-height text-center pt-4 pb-2 px-3 d-flex flex-column" outlined>
Expand Down

0 comments on commit b4807d4

Please sign in to comment.