Extract dynamics involved constant to fit with utils in fr/en
This commit is contained in:
parent
17e5800487
commit
c03de66137
6 changed files with 5 additions and 4 deletions
|
@ -199,9 +199,9 @@
|
|||
width: initial;
|
||||
padding: 10px;
|
||||
left: -130px;
|
||||
text-align: center;
|
||||
.description {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
%div.col-lg-12.col-md-12
|
||||
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
||||
%i.fa.fa-user
|
||||
= t('dynamics.dossiers.involved')
|
||||
= t('utils.involved')
|
||||
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
||||
%h4= t('dynamics.dossiers.followers.title')
|
||||
%ul
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
%div.col-lg-12.col-md-12
|
||||
%div.dropdown-toggle{ 'data-toggle' => 'dropdown', 'aria-haspopup' => true, 'aria-expanded' => false }
|
||||
%i.fa.fa-user
|
||||
= t('dynamics.dossiers.involved')
|
||||
= t('utils.involved')
|
||||
%div.dropdown-menu.dropdown-menu-right.dropdown-pannel
|
||||
%h4= t('dynamics.dossiers.followers.title')
|
||||
%ul
|
||||
|
|
|
@ -26,7 +26,6 @@ fr:
|
|||
dossiers:
|
||||
depositaite: "Dépositaire"
|
||||
numéro: 'Dossier n°'
|
||||
involved: "Voir les personnes impliquées"
|
||||
followers:
|
||||
title: "Personnes suivant l'activité de ce dossier"
|
||||
empty: "Aucune personne ne suit ce dossier"
|
||||
|
|
|
@ -23,3 +23,4 @@ en:
|
|||
hello: "Hello world"
|
||||
utils:
|
||||
deconnexion: "Logout"
|
||||
involved: "See concerned people"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
fr:
|
||||
utils:
|
||||
deconnexion: "Déconnexion"
|
||||
involved: "Voir les personnes impliquées"
|
||||
will_paginate:
|
||||
next_label: 'Suivant'
|
||||
previous_label: 'Précédent'
|
||||
|
|
Loading…
Reference in a new issue