aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haddad2017-04-27 12:06:18 +0200
committerXinhui2017-04-28 14:48:23 +0200
commit18a82da146d9cb74a3cbe9c1c289750b618d4d8a (patch)
tree8cc8f5fb8109f822d8957b47b5ffa079a4c86321
parent5b8c35d460e6d575a2d436f5e370bc3302033006 (diff)
downloadchouette-core-18a82da146d9cb74a3cbe9c1c289750b618d4d8a.tar.bz2
Fix wording for select2 tags
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
-rw-r--r--app/assets/javascripts/es6_browserified/time_tables/components/TagsSelect2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/es6_browserified/time_tables/components/TagsSelect2.js b/app/assets/javascripts/es6_browserified/time_tables/components/TagsSelect2.js
index 084dd1ea8..146874eb7 100644
--- a/app/assets/javascripts/es6_browserified/time_tables/components/TagsSelect2.js
+++ b/app/assets/javascripts/es6_browserified/time_tables/components/TagsSelect2.js
@@ -38,7 +38,7 @@ class TagsSelect2 extends React.Component{
allowClear: true,
theme: 'bootstrap',
width: '100%',
- placeholder: 'Cherchez un tag...',
+ placeholder: 'Ajoutez ou cherchez une étiquette...',
ajax: {
url: origin + path + '/tags.json',
dataType: 'json',