[Git][noosfero/noosfero][master] 2 commits: Rename profile info tab

Gabriel Silva gitlab at mg.gitlab.com
Thu Aug 29 21:59:32 BRT 2019



Gabriel Silva pushed to branch master at Noosfero / noosfero


Commits:
fbb565f1 by Nivaldo Neto at 2019-08-30T00:59:29Z
Rename profile info tab

- - - - -
b35d79f0 by Gabriel Silva at 2019-08-30T00:59:29Z
Merge branch 'rename-profile-info-tab' into 'master'

Rename profile info tab

See merge request noosfero/noosfero!1734
- - - - -


1 changed file:

- app/views/profile/index.html.erb


Changes:

=====================================
app/views/profile/index.html.erb
=====================================
@@ -34,7 +34,7 @@
       <% tabs << { title: font_awesome(:network, _('Network')), id: 'profile-network', content: (render partial: 'profile_network') } if @profile == user %>
     <% end %>
     <% profile_type = @profile.type == 'Person' ? 'User' : @profile.type %>
-    <% information_tab = profile_type + " info" %>
+    <% information_tab = _('Profile Info') %>
     <% tabs << { title: font_awesome(:info, _(information_tab)), id: kind, content: (render partial: kind.gsub('-', '_')) } %>
 
     <% tabs += plugins_tabs.select { |tab| !tab[:start] } %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/2b40bd36af896c07cc4b8a779eb47cf01a348c40...b35d79f06d362ec72e41170c8b7047033827e754

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/2b40bd36af896c07cc4b8a779eb47cf01a348c40...b35d79f06d362ec72e41170c8b7047033827e754
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190830/23023321/attachment.html>


More information about the Noosfero-dev mailing list