Skip to content

Commit

Permalink
improve(Télédéclaration): Amélioration des messages de modification d…
Browse files Browse the repository at this point in the history
…'une télédéclaration (#4850)
  • Loading branch information
Charline-L authored Jan 7, 2025
1 parent 3543871 commit 9547a68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions frontend/src/components/TeledeclarationCancelDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

<v-card class="text-left">
<v-card-title>
<h1 class="fr-h5 mb-2">
Voulez-vous vraiment annuler votre télédéclaration pour l'année {{ diagnostic.year }} ?
</h1>
<h1 class="fr-h5 mb-2">Voulez-vous corriger votre télédéclaration pour l'année {{ diagnostic.year }} ?</h1>
</v-card-title>

<v-card-text>
<p class="mb-0">
En l'annulant vous devez soumettre à nouveau une télédéclaration pour vos achats
{{ diagnostic.year }} conformément à l'arrêté du 14 septembre 2022.
L’action de correction annule la télédéclaration déjà en place pour vous permettre de modifier les valeurs de
votre choix. Les informations sont pré-remplis avec vos dernières données. Une fois corrigé, vous devez
soumettre de nouveau votre télédéclaration conformément à l'arrêté du 14 septembre 2022.
</p>
</v-card-text>

Expand All @@ -24,10 +23,10 @@
<v-card-actions class="pa-4">
<v-spacer></v-spacer>
<v-btn outlined text @click="$emit('input', false)" class="mr-2">
Non, revenir en arrière
Revenir en arrière
</v-btn>
<v-btn outlined color="red darken-2" text @click="$emit('cancel')">
Oui, annuler ma télédéclaration
Annuler et corriger ma télédéclaration
</v-btn>
</v-card-actions>
</v-card>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/MyProgress/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
class="mr-4"
/>
<p v-if="inTeledeclarationCampaign">
En cas d'erreur, vous pouvez annuler votre télédéclaration et modifier vos données
En cas d'erreur, vous pouvez modifier vos données
<span v-if="campaignEndDate">
jusqu’au
{{ campaignEndDate.toLocaleString("fr-FR", { month: "long", day: "numeric", year: "numeric" }) }}.
Expand All @@ -65,7 +65,7 @@
>
<template v-slot:activator="{ on, attrs }">
<v-btn outlined small color="primary" class="fr-btn--tertiary px-2" v-on="on" v-bind="attrs">
Annuler ma télédéclaration
Corriger ma télédéclaration
</v-btn>
</template>
</TeledeclarationCancelDialog>
Expand Down

0 comments on commit 9547a68

Please sign in to comment.