diff options
| -rw-r--r-- | app/decorators/route_decorator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/decorators/route_decorator.rb b/app/decorators/route_decorator.rb index 510c941a3..684e55cd8 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('journey_patterns.index.title'), + content: h.t('routes.show.journey_patterns'), href: [ context[:referential], context[:line], |
