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:
@@ -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>`
|
||||
|
Reference in New Issue
Block a user