diff options
Diffstat (limited to 'app/views/routes')
| -rw-r--r-- | app/views/routes/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/routes/show.html.slim b/app/views/routes/show.html.slim index 1411a5502..2829d6cb9 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -38,7 +38,7 @@            = table_builder_2 @route_sp,              [ \                TableBuilderHelper::Column.new( \ -                name: 'ID Reflex', \ +                name: t('id_reflex'), \                  attribute: Proc.new { |s| s.try(:stop_area).try(:user_objectid) } \                ), \                TableBuilderHelper::Column.new( \ | 
