Skip to content

Commit

Permalink
fix: label phase 3 > 4
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <hello@maudroyer.fr>
  • Loading branch information
jillro committed Nov 30, 2023
1 parent fda9a58 commit accc869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Certification/Summary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="fr-callout fr-callout--blue-ecume" v-else-if="record.certification_state === CERTIFICATION_STATE.AUDITED">
<h3 class="fr-callout__title">Audit terminé</h3>

<button v-if="permissions.canSendAudit" class="fr-btn" @click="handleSendAudit">Envoyer l'audit</button>
<span v-else>L'auditeur doit maintenant envoyer l'audit.</span>
<button v-if="permissions.canSendAudit" class="fr-btn" @click="handleSendAudit">Soumettre pour certification</button>
<span v-else>L'auditeur doit maintenant soumettre l'audit pour certification.</span>
</div>

<div class="fr-callout fr-callout--blue-ecume" v-else-if="record.certification_state === CERTIFICATION_STATE.PENDING_CERTIFICATION">
Expand Down

0 comments on commit accc869

Please sign in to comment.