diff --git a/app/views/admin/procedures/show.html.haml b/app/views/admin/procedures/show.html.haml
index b7c91d065..ca57f6258 100644
--- a/app/views/admin/procedures/show.html.haml
+++ b/app/views/admin/procedures/show.html.haml
@@ -44,11 +44,11 @@
%div
= @facade.dossiers_total
- %h4.text-danger Attente Gestionnaire
+ %h4.text-danger Attente Accompagnateur
%div
= @facade.dossiers_waiting_gestionnaire_total
- %h4.text-info Attente User
+ %h4.text-info Attente Utilisateur
%div
= @facade.dossiers_waiting_user_total
diff --git a/app/views/dossiers/_infos_dossier.html.haml b/app/views/dossiers/_infos_dossier.html.haml
index f04b5ac11..852ffac67 100644
--- a/app/views/dossiers/_infos_dossier.html.haml
+++ b/app/views/dossiers/_infos_dossier.html.haml
@@ -4,7 +4,8 @@
.col-lg-6.col-md-6
%h3.text-info
= @dossier.nom_projet
-
+ %h4
+ = @dossier.procedure.libelle
.description
- begin
- @dossier.description.split(/(?:\n\r?|\r\n?')/).each do |line|
diff --git a/app/views/dossiers/_infos_entreprise.html.haml b/app/views/dossiers/_infos_entreprise.html.haml
index 4e6eaab81..c827acefb 100644
--- a/app/views/dossiers/_infos_entreprise.html.haml
+++ b/app/views/dossiers/_infos_entreprise.html.haml
@@ -24,7 +24,7 @@
%dt Date de création :
%dd= Time.at(@entreprise.date_creation).strftime "%d-%m-%Y"
- %dt Effectif entreprise :
+ %dt Effectif organisation :
%dd= @entreprise.effectif
%dt Code effectif :
diff --git a/app/views/dossiers/_show.html.haml b/app/views/dossiers/_show.html.haml
index 2ffdf472d..c04d248c7 100644
--- a/app/views/dossiers/_show.html.haml
+++ b/app/views/dossiers/_show.html.haml
@@ -8,6 +8,6 @@
= form_for @dossier, url: { controller: '/users/dossiers', action: :update } do |f|
%label{ style:'font-weight:normal' }
= f.check_box :autorisation_donnees
- J'autorise les organismes publics à vérifier les informations de mon entreprise auprès des administrations concernées. Ces informations resteront strictement confidentielles.
+ J'autorise les organismes publics à vérifier les informations de mon organisation auprès des administrations concernées. Ces informations resteront strictement confidentielles.
%br
= f.submit 'Etape suivante', class: "btn btn btn-info", style: 'float:right', id: 'etape_suivante'
\ No newline at end of file
diff --git a/app/views/gestionnaires/sessions/new.html.haml b/app/views/gestionnaires/sessions/new.html.haml
index 75162f9e4..88a775c77 100644
--- a/app/views/gestionnaires/sessions/new.html.haml
+++ b/app/views/gestionnaires/sessions/new.html.haml
@@ -1,7 +1,7 @@
#form_login
= image_tag('logo-tps.png')
%br
- %h2#gestionnaire_login Gestionnaire
+ %h2#gestionnaire_login Accompagnateur
%br
%br
diff --git a/app/views/notification_mailer/dossier_validated.text.erb b/app/views/notification_mailer/dossier_validated.text.erb
index 7a1b0004a..d53e46c87 100644
--- a/app/views/notification_mailer/dossier_validated.text.erb
+++ b/app/views/notification_mailer/dossier_validated.text.erb
@@ -1,6 +1,6 @@
Bonjour <%= @user.email %>!
-Votre dossier N°<%=@dossier.id%> a été validé par votre gestionnaire.
+Votre dossier N°<%=@dossier.id%> a été validé par votre accompagnateur.
Afin de finaliser son dépot, merci de vous rendre sur <%=users_dossier_recapitulatif_url(dossier_id: @dossier.id)%>
diff --git a/app/views/users/sessions/new.html.haml b/app/views/users/sessions/new.html.haml
index 62f8f7de6..4f797acd8 100644
--- a/app/views/users/sessions/new.html.haml
+++ b/app/views/users/sessions/new.html.haml
@@ -37,7 +37,7 @@
\-
%br
%a{href: '/gestionnaires/sign_in'}
- = 'Gestionnaire'
+ = 'Accompagnateur'
%br
%a{href: '/administrateurs/sign_in'}
= 'Administrateur'