Commit f86ab7ebcaec64c2009944b6ff5ba2530cacbdc4

Authored by AntonioTerceiro
1 parent bbe6eb5c

ActionItem154: fixing typo s/hire/here/


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1289 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/no_home_page.rhtml
... ... @@ -6,6 +6,6 @@
6 6  
7 7 <% if user == profile %>
8 8 <p>
9   -<%= link_to _('Click hire to set your homepage now!'), :controller => 'cms' %>
  9 +<%= link_to _('Click here to set your homepage now!'), :controller => 'cms' %>
10 10 </p>
11 11 <% end %>
... ...