diff options
| author | cedricnjanga | 2017-12-08 18:10:21 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-12-08 18:24:09 +0100 |
| commit | 06fa06f1da0ebc4e4971c54e7795080198cc98e2 (patch) | |
| tree | f8307e478c7fbf64faf6c4f1ad64410bfedc8546 | |
| parent | 7b953e7a5965f753b3a8caebe0918058e0db2893 (diff) | |
| download | chouette-core-06fa06f1da0ebc4e4971c54e7795080198cc98e2.tar.bz2 | |
Refs #5203 Fix typo
| -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], |
