Commit 9d3d0a9e1804929618dc4ddb90267e11a45605c1

Authored by Pixelindustries
1 parent faafde2d

Fix spelling of plural project (projects and not project's).

app/views/dashboard/issues.html.haml 100644 → 100755
... ... @@ -3,7 +3,7 @@
3 3 %span.pull-right #{@issues.total_count} issues
4 4  
5 5 %p.light
6   - List all issues from all project's you have access to.
  6 + List all issues from all projects you have access to.
7 7 %hr
8 8  
9 9 .row
... ...
app/views/dashboard/merge_requests.html.haml 100644 → 100755
... ... @@ -4,7 +4,7 @@
4 4  
5 5  
6 6 %p.light
7   - List all merge requests from all project's you have access to.
  7 + List all merge requests from all projects you have access to.
8 8 %hr
9 9 .row
10 10 .col-md-3
... ...