Commit de0abc0b428444db3ae386a6a564f4e17f64b786

Authored by Sytse Sijbrandij
2 parents d39948a8 9d3d0a9e

Merge branch 'fix-projects-spelling' into 'master'

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

Just a minor spelling error.
app/views/dashboard/issues.html.haml 100644 → 100755
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 %span.pull-right #{@issues.total_count} issues 3 %span.pull-right #{@issues.total_count} issues
4 4
5 %p.light 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 %hr 7 %hr
8 8
9 .row 9 .row
app/views/dashboard/merge_requests.html.haml 100644 → 100755
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 4
5 5
6 %p.light 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 %hr 8 %hr
9 .row 9 .row
10 .col-md-3 10 .col-md-3