diff --git a/app/views/blocks/profile_info_actions/_enterprise.html.erb b/app/views/blocks/profile_info_actions/_enterprise.html.erb
index 4a5ad83..1201293 100644
--- a/app/views/blocks/profile_info_actions/_enterprise.html.erb
+++ b/app/views/blocks/profile_info_actions/_enterprise.html.erb
@@ -1,7 +1,7 @@
<%if logged_in? %>
<%if !user.favorite_enterprises.include?(profile) %>
- - <%= button(:add, _('Add as favorite'), { :profile => user.identifier, :controller => 'favorite_enterprises', :action => 'add', :id => profile.id }, :title => _('Add enterprise as favorite')) %>
+ - <%= button(:love, _('Add as favorite'), { profile: user.identifier, controller: 'favorite_enterprises', action: 'add', id: profile.id }, title: _('Add enterprise as favorite')) %>
<% end %>
<% end %>
<% if profile.enable_contact? %>
diff --git a/po/pt/noosfero.po b/po/pt/noosfero.po
index 2bdb01b..c14f181 100644
--- a/po/pt/noosfero.po
+++ b/po/pt/noosfero.po
@@ -8077,11 +8077,11 @@ msgstr "Enviar e-mail para os administradores"
#: app/views/blocks/profile_info_actions/_enterprise.html.erb:4
msgid "Add as favorite"
-msgstr "Adicionar favorito"
+msgstr "Favoritar"
#: app/views/blocks/profile_info_actions/_enterprise.html.erb:4
msgid "Add enterprise as favorite"
-msgstr "Editar empreendimento como favorito"
+msgstr "Adicionar empreendimento como um de seus favoritos"
#: app/views/blocks/profile_info_actions/_person.html.erb:6
#: app/views/profile/_private_profile.html.erb:13
diff --git a/public/designs/icons/awesome/style.scss b/public/designs/icons/awesome/style.scss
index 9d0cda1..bf1a698 100644
--- a/public/designs/icons/awesome/style.scss
+++ b/public/designs/icons/awesome/style.scss
@@ -299,3 +299,7 @@ $fa-font-path: "fonts";
.icon-menu-ctrl-panel:before {
@extend .fa-sliders:before;
}
+
+.icon-love:before {
+ @extend .fa-heart:before;
+}
diff --git a/public/designs/icons/tango/style.css b/public/designs/icons/tango/style.css
index 1fe4e21..366be68 100644
--- a/public/designs/icons/tango/style.css
+++ b/public/designs/icons/tango/style.css
@@ -111,6 +111,7 @@
.icon-activate-user { background-image: url(Tango/16x16/emblems/emblem-system.png) }
.icon-deactivate-user { background-image: url(Tango/16x16/emblems/emblem-unreadable.png) }
+.icon-love { background-image: url(Tango/16x16/emblems/emblem-favorite.png) }
.icon-set-admin-role { background-image: url(mod/16x16/apps/user.png) }
.icon-reset-admin-role { background-image: url(../../../images/icons-app/person-icon.png) }
.icon-clock { background-image: url(Tango/16x16/actions/appointment.png) }
--
libgit2 0.21.2