Commit d1980adf93e417850fcd3bac8caed1f2c9da7fb4
1 parent
172ad962
Exists in
spb-stable
and in
2 other branches
typos fixed
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/groups/_projects.html.haml
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | New project |
9 | 9 | %ul.well-list |
10 | 10 | - if projects.blank? |
11 | - .nothing-here-block This groups has no projects yet | |
11 | + .nothing-here-block This group has no projects yet | |
12 | 12 | - projects.each do |project| |
13 | 13 | %li.project-row |
14 | 14 | = link_to project_path(project), class: dom_class(project) do | ... | ... |
app/views/groups/edit.html.haml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | - if @group.avatar? |
46 | 46 | You can change your group avatar here |
47 | 47 | - else |
48 | - You can upload an group avatar here | |
48 | + You can upload a group avatar here | |
49 | 49 | %a.choose-btn.btn.btn-small.js-choose-group-avatar-button |
50 | 50 | %i.icon-paper-clip |
51 | 51 | %span Choose File ... | ... | ... |