aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcedricnjanga2017-12-08 18:10:21 +0100
committercedricnjanga2017-12-08 18:24:09 +0100
commit06fa06f1da0ebc4e4971c54e7795080198cc98e2 (patch)
treef8307e478c7fbf64faf6c4f1ad64410bfedc8546
parent7b953e7a5965f753b3a8caebe0918058e0db2893 (diff)
downloadchouette-core-06fa06f1da0ebc4e4971c54e7795080198cc98e2.tar.bz2
Refs #5203 Fix typo
-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 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],