summaryrefslogtreecommitdiff
path: root/app/views/public/projects/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/public/projects/index.html.haml')
-rw-r--r--app/views/public/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml
index bfede94917a..7dbe560e7fc 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -8,7 +8,7 @@
= form_tag public_projects_path, method: :get, class: 'form-inline' do |f|
.search-holder
.controls
- = search_field_tag :search, params[:search], placeholder: "gitlab-ci", class: "span3 search-text-input", id: "projects_search"
+ = search_field_tag :search, params[:search], placeholder: "Filter by name", class: "span3 search-text-input", id: "projects_search"
= submit_tag 'Search', class: "btn btn-primary wide"
.public-projects