Commit 95ea80413ffbdc5444e5eab462386fb98efe84c6

Authored by Rodrigo Souto
Committed by Joenio Costa
1 parent 7b79be12

Little writing mistake

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/members.rhtml
1 1 <div class="common-profile-list-block"
2 2 help="<%= _('Here are all <b>%s</b>\'s members.') % profile.name %>">
3 3  
4   -<h1><%= _("%s' members") % profile.name %></h1>
  4 +<h1><%= _("%s's members") % profile.name %></h1>
5 5  
6 6 <ul class='profile-list'>
7 7 <% @members.each do |member| %>
... ...