diff --git a/app/views/layouts/commencer/_no_procedure.html.haml b/app/views/layouts/commencer/_no_procedure.html.haml index d579efb3e..389dd7a9a 100644 --- a/app/views/layouts/commencer/_no_procedure.html.haml +++ b/app/views/layouts/commencer/_no_procedure.html.haml @@ -1,10 +1,8 @@ .no-procedure - = image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo", alt: "" + = image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo fr-mb-1v", alt: "" .baseline.center .no-procedure-presentation - %p.simple= t('.line1') - %p= t('.line2') - %p= t('.line3') + %p.fr-m-6v= t('.text') %hr %p.small-simple= t('.are_you_new', app_name: Current.application_name) = link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary" diff --git a/config/locales/en.yml b/config/locales/en.yml index fe150433f..04881f0d2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -77,9 +77,7 @@ en: layouts: commencer: no_procedure: - line1: A simple tool - line2: to manage dematerialized - line3: administrative forms. + text: A simple tool to manage dematerialized administrative forms. are_you_new: First time on %{app_name}? my_account: My account header: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 7a3a5d135..1fd21adfb 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -68,9 +68,7 @@ fr: layouts: commencer: no_procedure: - line1: Un outil simple - line2: pour gérer les formulaires - line3: administratifs dématérialisés. + text: Un outil simple pour gérer les formulaires administratifs dématérialisés. are_you_new: Vous êtes nouveau sur %{app_name} ? my_account: Mon compte header: