change wording and margin
This commit is contained in:
parent
7d1733c4ad
commit
3e4fdc9004
3 changed files with 3 additions and 9 deletions
|
@ -17,13 +17,7 @@
|
|||
pattern: '^[a-z0-9_-]{3,200}$',
|
||||
autocomplete: 'off')
|
||||
|
||||
-# %span{ data: { controller: 'clipboard', clipboard_text_value: '' } }
|
||||
-# %button.fr-btn.fr-icon-clipboard-line.fr-btn--sm.fr-btn--secondary.fr-btn--icon-left{ data: { action: 'clipboard#copy' }, title: 'Copier le lien public' }
|
||||
-# Copier le lien public
|
||||
-# %span.fr-text--sm.hidden{ data: { clipboard_target: 'success' } }
|
||||
-# = @success || t('.copy_confirmation')
|
||||
|
||||
= render Dsfr::AlertComponent.new(state: :info, size: :sm, extra_class_names: 'fr-mb-2w') do |c|
|
||||
= render Dsfr::AlertComponent.new(state: :info, size: :sm, extra_class_names: 'fr-mb-4w') do |c|
|
||||
- c.body do
|
||||
= t('activerecord.attributes.procedure.procedure_path_alert', link: APPLICATION_NAME)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ en:
|
|||
old_procedure: Replaced procedure number
|
||||
procedure_path: Procedure link
|
||||
procedure_path_placeholder: procedure-name
|
||||
procedure_path_alert: Please note, always post the full link displayed above (by clicking the "Copy Public Link" button), not a generic link to %{link}.
|
||||
procedure_path_alert: Please note, always post the full link displayed above, not a generic link to %{link}.
|
||||
cadre_juridique: Link to the legal text
|
||||
lien_dpo: Link or email to contact the data protection officer (DPO)
|
||||
duree_conservation_dossiers_dans_ds: Duration files will be kept
|
||||
|
|
|
@ -29,7 +29,7 @@ fr:
|
|||
old_procedure: Numéro de la démarche remplacée
|
||||
procedure_path: Lien de la démarche
|
||||
procedure_path_placeholder: nom-de-la-demarche
|
||||
procedure_path_alert: Attention, diffusez toujours le lien complet affiché ci-dessus ( en cliquant sur le bouton « Copier le lien public »), et non pas un lien générique vers %{link}.
|
||||
procedure_path_alert: Attention, diffusez toujours le lien complet affiché ci-dessus, et non pas un lien générique vers %{link}.
|
||||
cadre_juridique: Lien vers le texte
|
||||
lien_dpo: Lien ou email pour contacter le Délégué à la Protection des Données (DPO)
|
||||
published_at: 'Date de publication'
|
||||
|
|
Loading…
Reference in a new issue