making a clear text on the user index page

This commit is contained in:
ilya 2010-08-19 18:10:05 -07:00
parent 09ed7141dd
commit 643c52fd62

View file

@ -4,7 +4,7 @@ module PeopleHelper
if params[:q]
" results for #{params[:q]}"
else
" people on this pod"
" people on pod is aware of"
end
end