diff options
| author | cedricnjanga | 2018-03-27 22:38:31 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 10:10:31 +0200 |
| commit | 5da1b946dce489b785e74d2f711b2dd3ce3900ea (patch) | |
| tree | 87331088f0cf8b05481966d179d92a3667a41514 /app | |
| parent | 0b9d39df0ba1b3882edf0b50697f004bb402e820 (diff) | |
| download | chouette-core-5da1b946dce489b785e74d2f711b2dd3ce3900ea.tar.bz2 | |
Refs #6156 Update route translations
Diffstat (limited to 'app')
| -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 375d7c57b..d2e750fb0 100644 --- a/app/views/routes/show.html.slim +++ b/app/views/routes/show.html.slim @@ -59,7 +59,7 @@ action: :index - else - = replacement_msg t('stop_areas.search_no_results') + = replacement_msg t('stop_areas.filters.search_no_results') = javascript_tag do | window.route = "#{URI.escape(route_json_for_edit(@route))}" |
