1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

[select2] modified 'placeholder' text

This commit is contained in:
llj
2015-06-16 19:15:56 +08:00
parent a8fb97bda0
commit 8d8f2e3a39
2 changed files with 4 additions and 3 deletions

View File

@@ -496,7 +496,7 @@ define([
contactInputOptionsForSelect2: function() {
var _this = this;
return {
placeholder: gettext("Search users"),
placeholder: gettext("Search users or enter emails"),
// with 'tags', the user can directly enter, not just select
// tags need `<input type="hidden" />`, not `<select>`