aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorLuc Donnet2017-12-11 10:08:03 +0100
committerLuc Donnet2017-12-11 10:08:03 +0100
commit2f10d889ec1bb123bc22eb1ca4e7662b33e555cc (patch)
tree3cc3e1a73344aa19dc40c9c74ed4be290aa50a78 /app
parent406d99df9824d7d7dda72b3cc47504840324251c (diff)
downloadchouette-core-2f10d889ec1bb123bc22eb1ca4e7662b33e555cc.tar.bz2
Fix action links button text Refs #5203
Diffstat (limited to 'app')
-rw-r--r--app/decorators/route_decorator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/decorators/route_decorator.rb b/app/decorators/route_decorator.rb
index 684e55cd8..ec7f0d6aa 100644
--- a/app/decorators/route_decorator.rb
+++ b/app/decorators/route_decorator.rb
@@ -13,7 +13,7 @@ class RouteDecorator < Draper::Decorator
if object.stop_points.any?
links << Link.new(
- content: h.t('routes.show.journey_patterns'),
+ content: h.t('journey_patterns.actions.index'),
href: [
context[:referential],
context[:line],