Place catchphrase in a single paragraph
This commit is contained in:
parent
96f1f101a9
commit
0ea4159027
3 changed files with 4 additions and 10 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue