Commit f3ee1b42bd7897c3b8943f8e160df66d5086098b
1 parent
bae85fa8
Exists in
master
and in
4 other branches
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.
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
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
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 | ... | ... |