Commit 95ea80413ffbdc5444e5eab462386fb98efe84c6
Committed by
Joenio Costa
1 parent
7b79be12
Exists in
master
and in
29 other branches
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| %> | ... | ... |