Commit abc047d167b77703df72e19bb95848da2ed68452
1 parent
84702938
Exists in
master
and in
29 other branches
Fixing typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/invite/invite_friends.rhtml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <%= render :partial => 'invite/select_address_book' %> |
8 | 8 | |
9 | 9 | <% unless profile.person? %> |
10 | - <h2><%= _('Invite others registered users') %></h2> | |
10 | + <h2><%= _('Invite other registered users') %></h2> | |
11 | 11 | <p><%= _('You can also search for your friends\' profiles and invite them to join this community.') %></p> |
12 | 12 | <% form_tag :action => 'invite_registered_friend' do %> |
13 | 13 | <% search_action = url_for(:action => 'search_friend') %> | ... | ... |