Commit 0347fe2412eb51d3efeccc35210e9268bc765ac5
1 parent
460eeb13
Exists in
master
and in
4 other branches
Update app/views/projects/team.html.haml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/team.html.haml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | .alert-message.block-message |
5 | 5 | = link_to new_project_team_member_path(@project), :class => "btn small right", :title => "New Team Member" do |
6 | 6 | New Team Member |
7 | - %p Ream more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"} | |
7 | + %p Read more about project permissions #{link_to "here", help_permissions_path, :class => "vlink"} | |
8 | 8 | %p To open team member profile - click on avatar. |
9 | 9 | |
10 | 10 | ... | ... |