Skip to content

Commit

Permalink
Diverses typos (#552)
Browse files Browse the repository at this point in the history
* remove optionnal on C and NA criterium comment's label

* typo in 'in progress audit' alert
  • Loading branch information
bellangerq authored Nov 16, 2023
1 parent 102c655 commit 05b28d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ const isOffline = useIsOffline();
<template>
<LazyAccordion
disclose-color="var(--background-default-grey)"
title="Commentaire (optionnel)"
title="Commentaire"
>
<!-- COMMENT -->
<div class="fr-input-group fr-mb-1w">
<label class="fr-label sr-only" :for="`criterum-comment-field-${id}`">
Commentaire (optionnel)
Commentaire
</label>
<textarea
:id="`criterum-comment-field-${id}`"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const isOffline = useIsOffline();

<template>
<LazyAccordion
title="Commentaire (optionnel)"
title="Commentaire"
disclose-color="var(--background-default-grey)"
>
<!-- COMMENT -->
<div class="fr-input-group fr-mb-1w">
<label class="fr-label sr-only" :for="`criterum-comment-field-${id}`">
Commentaire (optionnel)
Commentaire
</label>
<textarea
:id="`criterum-comment-field-${id}`"
Expand Down
2 changes: 1 addition & 1 deletion confiture-web-app/src/pages/consult/ReportPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const siteUrl = computed(() => {
<div class="fr-alert fr-alert--warning fr-mb-6w">
<p class="fr-alert__title">Audit en cours</p>
<p>
Les résultats de ce rapports sont provisoires tant que l’audit n'est pas
Les résultats de ce rapport sont provisoires tant que l’audit n'est pas
terminé.
</p>
</div>
Expand Down

0 comments on commit 05b28d1

Please sign in to comment.