Commit 3e5043a13797fd2542107ee26b75f8dff0059dc1
1 parent
d5befcab
Exists in
master
and in
29 other branches
ActionItem501: fixing the wording
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2136 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/public/search_controller.rb
... | ... | @@ -180,7 +180,7 @@ class SearchController < ApplicationController |
180 | 180 | @results = {} |
181 | 181 | @names = {} |
182 | 182 | [ |
183 | - [ :people, _('Newer profiles'), @finder.recent('people') ], | |
183 | + [ :people, _('Newer people'), @finder.recent('people') ], | |
184 | 184 | [ :communities, _('Newer communities'), @finder.recent('communities') ], |
185 | 185 | [ :articles, _('Newer articles'), @finder.recent('articles') ], |
186 | 186 | [ :most_commented_articles, _('Most commented articles'), @finder.most_commented_articles ], | ... | ... |