diff options
| author | Zog | 2018-04-19 11:39:04 +0200 |
|---|---|---|
| committer | Zog | 2018-04-19 11:39:04 +0200 |
| commit | 6d57567cb60b0c522c7743c24d1c13aebaac2bd4 (patch) | |
| tree | 9549048b102275147c6dbd5a7396f8f220e88acc /app | |
| parent | ca0a4907e5714d6f56ede8d47f2514cdd2752e2f (diff) | |
| download | chouette-core-6603-missing-translation.tar.bz2 | |
Refs #6603; Fix missing translation6603-missing-translation
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/lines/index.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim index 9d491ace4..4d4ba938d 100644 --- a/app/views/lines/index.html.slim +++ b/app/views/lines/index.html.slim @@ -57,4 +57,4 @@ - unless @lines.any? .row.mt-xs .col-lg-12 - = replacement_msg t('referential_lines.search_no_results') + = replacement_msg 'referential_lines.search_no_results'.t |
