summaryrefslogtreecommitdiff
path: root/app/helpers/search_helper.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-15 15:32:30 +0100
committerPhil Hughes <me@iamphill.com>2016-04-26 09:03:04 +0100
commit8e4aa6e3910899e3907a9ea76415e616f175767b (patch)
tree00bda245e12619960e16334690f7797b0538774e /app/helpers/search_helper.rb
parentbb50edb16d426fad1544f08cae7d2dbe41152e26 (diff)
downloadgitlab-ce-8e4aa6e3910899e3907a9ea76415e616f175767b.tar.gz
Mobile updates for search UI
Diffstat (limited to 'app/helpers/search_helper.rb')
-rw-r--r--app/helpers/search_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb
index c8a7a686651..1b8053d1b1c 100644
--- a/app/helpers/search_helper.rb
+++ b/app/helpers/search_helper.rb
@@ -25,7 +25,7 @@ module SearchHelper
to = collection.offset_value + collection.length
count = collection.count
- "Showing #{from} - #{to} of #{count} results for All projects: \"#{@search_term}\""
+ "Showing #{from} - #{to} of #{count} results for \"#{@search_term}\""
end
end