diff options
| author | cedricnjanga | 2018-02-28 23:56:12 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-03-01 00:12:32 -0800 | 
| commit | e2e6623a9ecae75c2032ec57e3075528c564d78c (patch) | |
| tree | f526a7a4be6ce2bcad23d21fd29e9867b7443999 /app/views/stop_areas/show.html.slim | |
| parent | a8bc6aefce236b0ecc231312f9c5f05efce4cf8c (diff) | |
| download | chouette-core-e2e6623a9ecae75c2032ec57e3075528c564d78c.tar.bz2 | |
Refs #6002 Change StopAreas#index wording typos
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 a4e14a272..34b872e91 100644 --- a/app/views/stop_areas/show.html.slim +++ b/app/views/stop_areas/show.html.slim @@ -20,7 +20,7 @@              @stop_area.human_attribute_name(:zip_code) => @stop_area.zip_code,              @stop_area.human_attribute_name(:city_name) => @stop_area.city_name,              @stop_area.human_attribute_name(:country_code) => @stop_area.country_code.presence || '-', -            'Etat' => (@stop_area.deleted_at ? 'Supprimé' : 'Actif'), +            t('activerecord.attributes.stop_area.state') => (@stop_area.deleted_at ? t('stop_areas.show.state.deactivated') : t('stop_areas.show.state.active')),              @stop_area.human_attribute_name(:comment) => @stop_area.try(:comment),              })          = definition_list t('metadatas'), attributes | 
