Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2016-12-28 21:54:40 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-03 19:52:14 +0300
commit075aae2503d245c3618a4314d12daa22aac6a624 (patch)
tree0e5540b8292cc936f919a317bd6153afe996624d /app/helpers
parent99c263ad10c5265f59586dbd33f3af6b3a2347f5 (diff)
Updated the "users" to "members" matches in the view
Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/selects_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/selects_helper.rb b/app/helpers/selects_helper.rb
index 8706876ae4a..e20b3f7de07 100644
--- a/app/helpers/selects_helper.rb
+++ b/app/helpers/selects_helper.rb
@@ -59,7 +59,7 @@ module SelectsHelper
def users_select_data_attributes(opts)
{
- placeholder: opts[:placeholder] || 'Search for a user',
+ placeholder: opts[:placeholder] || 'Search for members to update or invite',
null_user: opts[:null_user] || false,
any_user: opts[:any_user] || false,
email_user: opts[:email_user] || false,