|
10 | 10 | <div class="fr-m-3w">
|
11 | 11 | <div class="fr-connect-group">
|
12 | 12 | <h2>
|
13 |
| - <%#= t('.title').html_safe %> |
14 |
| - Bienvenue sur DataPass ! |
| 13 | + <%= t('.title').html_safe %> |
15 | 14 | </h2>
|
16 | 15 |
|
17 | 16 | <p>
|
18 |
| - DataPass, c’est le service qui vous permet de profiter facilement d’habilitations conformes entre |
19 |
| - administrations et d’accéder à des données en accès restreint. |
| 17 | + <%= t('.sub_title').html_safe %> |
20 | 18 | </p>
|
21 | 19 |
|
22 | 20 | <div class="fr-mb-3w">
|
23 | 21 | <div class="new-login-container">
|
| 22 | + <p> |
| 23 | + <%= t('.mcp_connexion').html_safe %> |
| 24 | + </p> |
24 | 25 | <%= form_with(url: '/auth/mon_compte_pro', method: :post, data: { turbo: false }) do |f| %>
|
25 | 26 | <%= f.button class: %w(fr-connect fr-connect-moncomptepro fr-m-auto), id: 'login_mon_compte_pro' do %>
|
26 |
| - <span class="fr-connect__login">S'identifier avec</span> |
27 |
| - <span class="fr-connect__brand">MonComptePro</span> |
| 27 | + <span class="fr-connect__login"> |
| 28 | + <%= t('.mcp_login').html_safe %> |
| 29 | + </span> |
| 30 | + <span class="fr-connect__brand"> |
| 31 | + <%= t('.mcp_brand').html_safe %> |
| 32 | + </span> |
28 | 33 | <% end %>
|
29 | 34 |
|
30 | 35 | <p>
|
31 | 36 | <a href="https://moncomptepro.beta.gouv.fr/" target="_blank" rel="noopener" title="Qu’est-ce que MonComptePro ? - Nouvelle fenêtre">
|
32 |
| - Qu’est-ce que MonComptePro ? |
| 37 | + <%= t('.mcp_subtitle').html_safe %> |
33 | 38 | </a>
|
34 | 39 | </p>
|
35 | 40 | <% end %>
|
|
38 | 43 |
|
39 | 44 | <div class="fr-mb-3w">
|
40 | 45 | <div class="new-login-container">
|
41 |
| - <p>Pour découvrir les APIs du service public</p> |
| 46 | + <p> |
| 47 | + <%= t('.api_gouv_title').html_safe %> |
| 48 | + </p> |
42 | 49 | <div class="fr-mb-2w">
|
43 | 50 | <div class=" fr-btn fr-btn--secondary fr-m-auto">
|
44 | 51 | <a href="https://api.gouv.fr/" target="_blank" rel="noopener" title="api.gouv.fr - Nouvelle fenêtre">
|
45 |
| - api.gouv.fr |
| 52 | + <%= t('.api_gouv').html_safe %> |
46 | 53 | </a>
|
47 | 54 | </div>
|
48 | 55 | </div>
|
|
0 commit comments