Commit 0850330141536c84d6e2260604cb339baabe230c
1 parent
b67513fe
Exists in
master
and in
29 other branches
ActionItem503: tags box with simple title
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2112 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/tags_block.rb
... | ... | @@ -14,7 +14,7 @@ class TagsBlock < Block |
14 | 14 | end |
15 | 15 | |
16 | 16 | def content |
17 | - block_title(_("%s's tags") % owner.name) + | |
17 | + block_title( _('tags') ) + | |
18 | 18 | "\n<div class='tag_cloud'>\n"+ |
19 | 19 | tag_cloud( owner.tags, :id, |
20 | 20 | owner.generate_url(:controller => 'profile', :action => 'tag'), | ... | ... |