Skip to content

Commit

Permalink
update meta on a11y statement page (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Sep 14, 2023
1 parent ae430df commit cc1efb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions confiture-web-app/src/pages/edit/EditAuditDeclarationPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,9 @@ const isDevMode = useDevMode();
</script>

<template>
<!-- TODO: update meta -->
<PageMeta
title="Paramètres de l’audit"
description="Saisissez le type d'audit que vous souhaitez réaliser et l'ensemble des paramètres de votre futur audit."
title="Déclaration d’accessibilité"
description="Saisissez les informations requises pour établir la déclaration d’accessibilité."
/>

<form v-if="auditStore.data" @submit.prevent="handleSubmit">
Expand Down

0 comments on commit cc1efb5

Please sign in to comment.