Uniform title with link content

This commit is contained in:
Corinne Durrmeyer 2024-08-07 16:13:54 +02:00
parent 019b1e389f
commit acdd259e1d
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
4 changed files with 4 additions and 6 deletions

View file

@ -10,7 +10,6 @@ module ConservationDeDonneesHelper
def conservation_dans_ds(procedure)
if procedure.duree_conservation_dossiers_dans_ds.present?
I18n.t('users.procedure_footer.legals.data_retention',
application_name: Current.application_name,
duree_conservation_dossiers_dans_ds: procedure.duree_conservation_dossiers_dans_ds)
end
end