aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Etienne2014-04-01 15:02:11 +0200
committerMichel Etienne2014-04-01 15:02:11 +0200
commit4c47c4445b3abda54ef52bfefdc361dda327e337 (patch)
tree80b7b370ae719942f5ea50fcf5cfa6feaeb22b0c
parent35d2cb037f8f917136a6d2b89e92638e0383505a (diff)
downloadchouette-core-4c47c4445b3abda54ef52bfefdc361dda327e337.tar.bz2
internationalize group of line selection in line form
-rw-r--r--app/views/lines/_form.erb3
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>