aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_stop_areas
diff options
context:
space:
mode:
authorjpl2017-07-18 15:01:17 +0200
committerjpl2017-07-18 15:01:24 +0200
commit1039a32677434bac1816e48939db5f1040a6862d (patch)
tree78bafe126aec4725b1dadee3fc3f1d4168e29739 /app/views/referential_stop_areas
parent6d2ff080cc989e8f74f7f90ed7d0b1828e4271c2 (diff)
downloadchouette-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.slim2
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