aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorMarc Florisson2012-07-09 12:38:32 +0200
committerMarc Florisson2012-07-09 12:38:32 +0200
commit427bc3f8ba7860ad01ffb6b92c04448fc0bfa372 (patch)
tree5c8756560b3b3c55e9519cb655a339c7185433a1 /app
parentf4f4948ec43dfb3c42044663a2b50542095d72c4 (diff)
downloadchouette-core-427bc3f8ba7860ad01ffb6b92c04448fc0bfa372.tar.bz2
vehcile_journey#show: add text in local
Diffstat (limited to 'app')
-rw-r--r--app/views/vehicle_journeys/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/vehicle_journeys/show.html.erb b/app/views/vehicle_journeys/show.html.erb
index 26c5b4070..83993e4d7 100644
--- a/app/views/vehicle_journeys/show.html.erb
+++ b/app/views/vehicle_journeys/show.html.erb
@@ -83,7 +83,7 @@
<li><%= link_to t('vehicle_journeys.actions.edit'), edit_referential_line_route_vehicle_journey_path(@referential, @line, @route, @vehicle_journey), :class => "edit" %></li>
<li><%= link_to t('vehicle_journeys.actions.destroy'), referential_line_route_vehicle_journey_path(@referential, @line, @route, @vehicle_journey), :method => :delete, :confirm => t('vehicle_journeys.actions.destroy_confirm'), :class => "remove" %></li>
</ul>
- <h3>Cloner la course</h3>
+ <h3><%= t('.translation_form') %></h3>
<div id="compact_form" >
<%= semantic_form_for [@referential, @line, @route, @vehicle_journey, VehicleTranslation.new] do |form| %>
<%= form.inputs do %>