diff options
| author | jpl | 2017-07-04 16:09:51 +0200 | 
|---|---|---|
| committer | jpl | 2017-07-04 16:10:05 +0200 | 
| commit | 758264a532f84b5820db56a698ccf7910de81107 (patch) | |
| tree | 77f3926e2969e00af27b97861d3bd2b32d97c657 /app/views/stop_areas/show.html.slim | |
| parent | e9f0dc0a0a5ede199158c6b035e192c555621894 (diff) | |
| download | chouette-core-758264a532f84b5820db56a698ccf7910de81107.tar.bz2 | |
Refs #3961: updating wording
Diffstat (limited to 'app/views/stop_areas/show.html.slim')
| -rw-r--r-- | app/views/stop_areas/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/show.html.slim b/app/views/stop_areas/show.html.slim index bdf7b61a5..0427554ef 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -22,7 +22,7 @@          = definition_list t('metadatas'),            { @stop_area.human_attribute_name(:stop_area_type) => t("area_types.label.#{@stop_area.stop_area_type}"),              @stop_area.human_attribute_name(:registration_number) => @stop_area.registration_number, -            'Code Reflex' => @stop_area.user_objectid, +            t('id_reflex') => @stop_area.user_objectid,              'Coordonnées' => geo_data(@stop_area, @stop_area_referential),              @stop_area.human_attribute_name(:zip_code) => @stop_area.zip_code,              @stop_area.human_attribute_name(:city_name) => @stop_area.city_name,  | 
