diff options
| author | Michel Etienne | 2012-06-06 11:48:37 +0200 |
|---|---|---|
| committer | Michel Etienne | 2012-06-06 11:48:37 +0200 |
| commit | 448c162c595f66230e70105fbe015f41a61dc82c (patch) | |
| tree | 52768059ed31eacca9bdea45e28e7bb6bbced800 /app/views/layouts | |
| parent | 9f437b3acc5e01e57c59528fa6e1209074f81757 (diff) | |
| download | chouette-core-448c162c595f66230e70105fbe015f41a61dc82c.tar.bz2 | |
correct trac #28, #30 and #35
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 110594cb5..4eb3b1b70 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -22,7 +22,7 @@ <% if selected_referential? %> <h1><%= @referential.name %></h1> <% elsif help_page? %> - <h1>Documentation</h1> + <h1>Guide d'utilisation</h1> <% end %> </div> <div class="interaction"> |
