use Current.application_name in app excluding mail
This commit is contained in:
parent
b9fcb25f1a
commit
efa35e04a5
43 changed files with 66 additions and 66 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue