diff options
| author | jpl | 2017-07-18 15:01:17 +0200 | 
|---|---|---|
| committer | jpl | 2017-07-18 15:01:24 +0200 | 
| commit | 1039a32677434bac1816e48939db5f1040a6862d (patch) | |
| tree | 78bafe126aec4725b1dadee3fc3f1d4168e29739 /app/views/referential_stop_areas | |
| parent | 6d2ff080cc989e8f74f7f90ed7d0b1828e4271c2 (diff) | |
| download | chouette-core-1039a32677434bac1816e48939db5f1040a6862d.tar.bz2 | |
Refs #4112: updating and fixing I18n
Diffstat (limited to 'app/views/referential_stop_areas')
| -rw-r--r-- | app/views/referential_stop_areas/index.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/referential_stop_areas/index.html.slim b/app/views/referential_stop_areas/index.html.slim index 1cbe1945f..7bf39eabd 100644 --- a/app/views/referential_stop_areas/index.html.slim +++ b/app/views/referential_stop_areas/index.html.slim @@ -4,7 +4,7 @@    .panel.panel-default      .panel-heading        .input-group.col-md-9.col-sm-9 -        = f.text_field :name_or_objectid_cont, placeholder: t('.name_or_objectid'), class: 'form-control' +        = f.text_field :name_or_objectid_cont, placeholder: t('stop_areas.filters.name_or_objectid'), class: 'form-control'          .input-group-btn            button.btn.btn-primary#search-btn type="submit"              span.fa.fa-search | 
