aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/stop_areas_helper.rb
diff options
context:
space:
mode:
authorjpl2016-07-12 16:31:26 +0200
committerjpl2016-07-12 16:31:26 +0200
commitf4a5bb7c820a513d63fd6146a10ac89a02a8015e (patch)
treec32708e291290dc44e88945727d5e5087f66634b /app/helpers/stop_areas_helper.rb
parent7eb9e18d904c830b19fdc7552d6e9570c8642c47 (diff)
downloadchouette-core-f4a5bb7c820a513d63fd6146a10ac89a02a8015e.tar.bz2
fix i18n issues
Diffstat (limited to 'app/helpers/stop_areas_helper.rb')
-rw-r--r--app/helpers/stop_areas_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/stop_areas_helper.rb b/app/helpers/stop_areas_helper.rb
index a255a2038..db8d40920 100644
--- a/app/helpers/stop_areas_helper.rb
+++ b/app/helpers/stop_areas_helper.rb
@@ -12,7 +12,7 @@ module StopAreasHelper
end
def genealogical_title
- return t(".stop_areas.genealogical.genealogical_routing") if @stop_area.stop_area_type == 'itl'
+ return t("stop_areas.genealogical.genealogical_routing") if @stop_area.stop_area_type == 'itl'
t("stop_areas.genealogical.genealogical")
end