Commit f4f4d347d74fd7df3758249bd357033a836b6f33

Authored by Daniela Feitosa
1 parent d2b78c55

Fixing message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile_members/last_admin.rhtml
... ... @@ -16,7 +16,7 @@
16 16 <% else %>
17 17  
18 18 <div id='last-admin-message'>
19   - <%= _('Since you are the last administrator and there is no other member in this community, the next member to join this community will assume the administrator role.') % profile.name %>
  19 + <%= _('Since you are the last administrator and there is no other member in this community, the next user to join this community will assume the administrator role.') % profile.name %>
20 20 </div>
21 21  
22 22 <% form_tag :action => 'update_roles', :roles => @roles, :person => @person, :confirmation => true do %>
... ...