Commit f3ee1b42bd7897c3b8943f8e160df66d5086098b

Authored by Henry Smith
1 parent bae85fa8

Improved wording for the "light" heading sentences for the main dashboard pages

These are just a few very particular fixes for small grammatical issues,
intended to polish the reading experience.
app/views/dashboard/issues.html.haml
... ... @@ -3,7 +3,7 @@
3 3 %span.pull-right #{@issues.total_count} issues
4 4  
5 5 %p.light
6   - For all issues you should visit project issues page. Or you can use search panel to find specific issue
  6 + For all issues you should visit the project's issues page. Or use the search panel to find a specific issue.
7 7 %hr
8 8  
9 9 .row
... ...
app/views/dashboard/merge_requests.html.haml
... ... @@ -4,7 +4,7 @@
4 4  
5 5  
6 6 %p.light
7   - Only merge requests authored or assigned to you are listed here.
  7 + Only merge requests created by you or assigned to you are listed here.
8 8 %hr
9 9 .row
10 10 .span3
... ...
app/views/dashboard/projects.html.haml
1 1 %h3.page-title My Projects
2 2 %p.light
3   - All projects you have access to are listed here. Public projects are not included here unless you have membership in it
  3 + All projects you have access to are listed here. Public projects are not included here unless you have membership in them
4 4 %hr
5 5 .row
6 6 .span3
... ...