change wording for button 'continue'

This commit is contained in:
Lisa Durand 2023-10-18 10:36:39 +02:00
parent c88e6ab75c
commit 5a11ef783a
3 changed files with 5 additions and 3 deletions

View file

@ -13,7 +13,7 @@
.fr-container
%ul.fr-btns-group.fr-btns-group--inline-md
%li
= link_to t('continue', scope: [:layouts, :breadcrumb]), admin_procedure_path(@procedure), title: t('continue_title', scope: [:layouts, :breadcrumb]), class: 'fr-btn'
= link_to t('continue_annotations', scope: [:layouts, :breadcrumb]), admin_procedure_path(@procedure), title: t('continue_annotations', scope: [:layouts, :breadcrumb]), class: 'fr-btn'
- if @procedure.draft_revision.revision_types_de_champ_private.count > 0
%li
= link_to t('preview_annotations', scope: [:layouts, :breadcrumb]), apercu_admin_procedure_path(@procedure, params: {tab: 'annotations-privees'}), target: "_blank", rel: "noopener", class: 'fr-btn fr-btn--secondary'

View file

@ -6,7 +6,8 @@ en:
show: Show breadcrumb
preview: "Preview the form"
preview_annotations: "Preview annotations"
continue: "Continue"
continue: "Validate form"
continue_annotations: "Validate annotations"
continue_title: "You can comeback using this link"
since: "since %{date}"
closed: "Closed"

View file

@ -6,7 +6,8 @@ fr:
show: "Voir le fil dAriane"
preview: "Prévisualiser le formulaire"
preview_annotations: "Prévisualiser les annotations"
continue: "Continuer"
continue: "Valider le formulaire"
continue_annotations: "Valider les annotations"
continue_title: "Vous pourrez revenir ici par la suite"
since: "depuis le %{date}"
closed: "Close"