Skip to content

Commit

Permalink
Merge pull request #9447 from adullact/fix/fix_faq_link_confirmer_com…
Browse files Browse the repository at this point in the history
…pte_chaque_connexion

fix: fix link confirmer_compte_chaque_connexion_url to faq
  • Loading branch information
colinux authored Sep 4, 2023
2 parents 6ca53f4 + 91d3f78 commit f8c6863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/sessions/link_sent.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

%section
%p.fr-mt-3w
Si vous voyez cette page trop souvent, consultez notre aide : #{link_to t("links.common.faq.confirmer_compte_chaque_connexion_url"), **external_link_attributes}
Si vous voyez cette page trop souvent, consultez notre aide : #{link_to t("links.common.faq.confirmer_compte_chaque_connexion_url"), t("links.common.faq.confirmer_compte_chaque_connexion_url"), **external_link_attributes}
%p.fr-mt-3w
= t('views.users.shared.contact_us_if_any_trouble_html', href: contact_admin_url)

0 comments on commit f8c6863

Please sign in to comment.