diff options
| author | Michel Etienne | 2014-04-01 15:02:11 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-04-01 15:02:11 +0200 |
| commit | 4c47c4445b3abda54ef52bfefdc361dda327e337 (patch) | |
| tree | 80b7b370ae719942f5ea50fcf5cfa6feaeb22b0c | |
| parent | 35d2cb037f8f917136a6d2b89e92638e0383505a (diff) | |
| download | chouette-core-4c47c4445b3abda54ef52bfefdc361dda327e337.tar.bz2 | |
internationalize group of line selection in line form
| -rw-r--r-- | app/views/lines/_form.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/lines/_form.erb b/app/views/lines/_form.erb index f44c038d7..5705d7b1e 100644 --- a/app/views/lines/_form.erb +++ b/app/views/lines/_form.erb @@ -29,6 +29,9 @@ prePopulate: $('#group_of_line_tokens').data('pre'), minChars: 3, preventDuplicates: true, + hintText: '<%= t('search_hint') %>', + noResultsText: '<%= t('no_result_text') %>', + searchingText: '<%= t('searching_term') %>' }); }); </script> |
