use Current.application_name in app excluding mail

This commit is contained in:
simon lehericey 2024-03-20 11:34:54 +01:00
parent b9fcb25f1a
commit efa35e04a5
43 changed files with 66 additions and 66 deletions

View file

@ -2,7 +2,7 @@
.card-title
= t('.tokens_title')
%p
= t('.first_paragraph_html', application_name: APPLICATION_NAME, api_doc_url: API_DOC_URL)
= t('.first_paragraph_html', application_name: Current.application_name, api_doc_url: API_DOC_URL)
= link_to t('.create_token'), nom_admin_api_tokens_path, class: "fr-btn fr-btn--secondary fr-mt-2w"